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.
2 parents def4b28 + 1bc20db commit 377fce4Copy full SHA for 377fce4
assets/javascripts/app/app.coffee
@@ -254,7 +254,7 @@
254
matchMedia: !!window.matchMedia
255
insertAdjacentHTML: !!document.body.insertAdjacentHTML
256
defaultPrevented: document.createEvent('CustomEvent').defaultPrevented is false
257
- cssVariables: CSS.supports and CSS.supports('(--t: 0)')
+ cssVariables: !!CSS?.supports?('(--t: 0)')
258
259
for key, value of features when not value
260
Raven.captureMessage "unsupported/#{key}", level: 'info'
0 commit comments