Open brandonpayton opened 3 years ago
When pages are rendered by amp-wp in AMP mode, CSS concat leads to missing styles, likely due to AMP filtering out external stylesheets.
I don't love adding AMP-specific code, but it probably makes sense to just fix this for our users.
Seems like this conflict is still occurring and impacts a good chunk of WPCOM themes.
Related issue: https://github.com/Automattic/wp-calypso/issues/56927
When pages are rendered by amp-wp in AMP mode, CSS concat leads to missing styles, likely due to AMP filtering out external stylesheets.
I don't love adding AMP-specific code, but it probably makes sense to just fix this for our users.