Releases: projectwallace/css-analyzer
Releases · projectwallace/css-analyzer
Browser hacks analysis
- Adds analysis to recognise browser hacks as documented on browserhacks.com.
- Fixes an issue where properties with a
*
or_
(or similar) had that prefix stripped and were thus reported incorrectly.
v1.5.1
- Fixes an issue where the same CSS could result in different stats every time because of the way strings are ordered in JS => 9667c593208b837fb8ec5c76835f0b290422ec61
- Adds some more metadata to improve search ranking of this module so it's easier to find in NPM.js or Google
- Swaps Yarn for NPM,
Report transparants as aliases
Revert broken color sorting
v1.4.1 Revert update of color-sorter to v2.0.0 (#62)
Sort colors
Colors are now sorted by default, using https://github.com/bartveneman/color-sorter
Bugfix for color alias false positives
This release fixes #56
Color aliases
You can now easily find color aliases, like #000
and #000000
and black
.
Empty rules analysis
It could be interesting to find out if and how many empty rules are in your CSS. Ideally, there are none.