[Inlines critical CSS] Some unused css not removed
-
Inlines critical CSS is very cool and does cut unused css for HTML elements not present on the page, but some of them are not removed.
For example,
#start-resizable-editor-section{display:none}
is not removed. So it seems it can’t remove some and also some advanced CSS with selectors (e.g., :not).Is there any detailed information about this?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Inlines critical CSS] Some unused css not removed’ is closed to new replies.