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
My theme's style.css begins with @charset "UTF-8";, but that apparently isn't allowed in AMP. It's not being stripped out when I use my theme in "paired mode", which causes an AMP validation error for me.
In case it matters, the version of this plugin I'm using is commit 5ba9f5b from the 0.7 branch.
The text was updated successfully, but these errors were encountered:
@douglyuckling thanks. This is something that is being addressed with having an actual CSS parser in #1048 now merged into develop (1.0-alpha). You can see from the unit tests that @charset is specifically being accounted for and getting stripped:
My theme's
style.css
begins with@charset "UTF-8";
, but that apparently isn't allowed in AMP. It's not being stripped out when I use my theme in "paired mode", which causes an AMP validation error for me.In case it matters, the version of this plugin I'm using is commit
5ba9f5b
from the 0.7 branch.The text was updated successfully, but these errors were encountered: