analyze-css

CSS selectors complexity and performance analyzer

BSD-2-CLAUSE License

Downloads
14.5K
Stars
695
Committers
10

Bot releases are hidden (Show)

analyze-css - v0.4.0

Published by macbre over 10 years ago

Next release of analyze-css brings two new metrics:

  • #7 - Add number of "complex" selectors by attribute metric
  • #13 - Add multiple classes metric
analyze-css - v0.3.0

Published by macbre over 10 years ago

This release brings the following new, shiny features:

  • #8 - Report the use of expression
  • #9 - Report a redundant body selector
  • #23 - Report more old IE / Firefox specific hacks
  • #28 - Allow reading CSS from stdin
  • #31 - Tests improved
  • #32 - Update dependencies
  • #33 - Support media queries
  • #35 - Add --ignore-ssl-errors flag. (by @plasticine)
analyze-css - v0.2.0

Published by macbre almost 11 years ago

This release brings you the following:

  • #2 - Report outdated CSS prefixes
  • #4 - CSS Specificity (as suggested by @plasticine)
  • #5 - Add universal selector metric
  • #10 - Improve error reporting
  • #15 - Rules with comments should be treated as an empty ones
  • #17 - Report duplicated selectors
  • #18 - Report total length of base64-encoded data
analyze-css - First release

Published by macbre almost 11 years ago

First release of analyze-css, a tool used by phantomas for gathering CSS performance and complexity metrics.