Automattic / page-optimize

WordPress plugin to optimize pages for faster load and render in the browser
GNU General Public License v2.0
32 stars 11 forks source link

CSS concat conflict with AMP mode #55

Open brandonpayton opened 3 years ago

brandonpayton commented 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.

JoshuaGoode commented 2 years ago

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