ausi / cq-prolyfill

Prolyfill for CSS Container Queries
https://au.si/css-container-element-queries
MIT License
567 stars 39 forks source link

Sourcemaps do not work. Maybe remove "<style media="all">" in head? #16

Closed BurgINK closed 8 years ago

BurgINK commented 8 years ago

Hello, the source maps do not work because the styles are written directly into the head area. It would be nice if you could change this, so we are able to work with sourcemaps.

Thanks in advance, Burgart

ausi commented 8 years ago

You can prevent that by using the PostCSS plugin. This way the styles don’t have to be rewritten on the client-side and the original <link> tag stays unchanged.

ausi commented 8 years ago

@burgart did it work for you?

gisu commented 8 years ago

Works now with the Sass Mixin.