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.
1 parent 05aaf5e commit 33c986fCopy full SHA for 33c986f
assets/javascripts/app/app.coffee
@@ -245,7 +245,7 @@
245
matchMedia: !!window.matchMedia
246
insertAdjacentHTML: !!document.body.insertAdjacentHTML
247
defaultPrevented: document.createEvent('CustomEvent').defaultPrevented is false
248
- cssVariables: CSS.supports and CSS.supports('--t', '0')
+ cssVariables: CSS.supports and CSS.supports('(--t: 0)')
249
250
for key, value of features when not value
251
Raven.captureMessage "unsupported/#{key}", level: 'info'
0 commit comments