In some cases and projects we need to dynamically generate CSS.
If the URL is domain.com/?action=my-theme-get-styles&foo=bar and not a static file like domain.com/something.css then the validation fails due to the missing file extension and the CSS never gets parsed by AMP
In some cases and projects we need to dynamically generate CSS.
If the URL is
domain.com/?action=my-theme-get-styles&foo=barand not a static file likedomain.com/something.cssthen the validation fails due to the missing file extension and the CSS never gets parsed by AMP