elm-css
elm-css copied to clipboard
Meta: Chrome's Media Queries are buggy
It appears there are cases of Chrome misinterpreting valid CSS involving media queries that change over time:
- https://github.com/rtfeldman/elm-css/issues/386
- https://github.com/rtfeldman/elm-css/issues/378
The CSS is valid and it only happens with Chrome.
It appears that switching to an insertRule implementation under the hood may coincidentally fix these, but otherwise I don't think we can do much about Chrome's bugs.