You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, cq-prolyfill has to convert the :container() parts of the CSS so that the browser can parse it. You can prevent that by using the PostCSS plugin or Sass mixin. And you should enable CORS if the stylesheet is loaded from a different domain.
I was wondering why my sourcemaps isn't working, since the style is being inlined in the head but i haven't done that.
Turn out the cq-prolyfill did that, is there any way to still use sourcemap while using cq-prolyfill.
The text was updated successfully, but these errors were encountered: