Report CSS stats
Opened this issue · 3 comments
lewisnyman commented
How many CSS files
How many lines of CSS
How many KB of CSS
lewisnyman commented
How many CSS files:
find ./core/modules ./core/themes ./core/misc -name "*.css" | wc -l
lewisnyman commented
How many lines of CSS:
find ./core/modules ./core/themes ./core/misc -name "*.css" -exec cat {} \; | wc -l
lewisnyman commented
It would be nice to build this into the csslint report, it already reports the number of CSS files.