We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CSS
1 parent 4edbe9b commit 1bc20dbCopy full SHA for 1bc20db
assets/javascripts/app/app.coffee
@@ -252,7 +252,7 @@
252
matchMedia: !!window.matchMedia
253
insertAdjacentHTML: !!document.body.insertAdjacentHTML
254
defaultPrevented: document.createEvent('CustomEvent').defaultPrevented is false
255
- cssVariables: CSS.supports and CSS.supports('(--t: 0)')
+ cssVariables: !!CSS?.supports?('(--t: 0)')
256
257
for key, value of features when not value
258
Raven.captureMessage "unsupported/#{key}", level: 'info'
0 commit comments