elm-css icon indicating copy to clipboard operation
elm-css copied to clipboard

Meta: Chrome's Media Queries are buggy

Open rtfeldman opened this issue 7 years ago • 0 comments

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.

rtfeldman avatar Jun 10 '18 20:06 rtfeldman