basham / v4.bash.am

Portfolio, since Nov 2014.

Home Page:http://bash.am

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unused CSS

basham opened this issue · comments

Since HTML is compiled and CSS is inline, examine HTML for used CSS selectors and eliminate unused selectors.

In this way, all per-page styles can be placed in the main styles pipeline and removed whenever they're not needed. Excellent!