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
might found a use-case to have two files @ https://web.dev/defer-non-critical-css/#optimize
includeCSSLibs; mandatory styles for FCP (in my case only one main.scss with Autoprefixer)
includeCSS; styles for element later in the page which will be loaded via the fake defer trick
.. is that on purpose?
The text was updated successfully, but these errors were encountered: