Skip to content

Releases: projectwallace/css-analyzer

Browser hacks analysis

25 Nov 20:46
Compare
Choose a tag to compare
  • 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

11 Nov 13:30
Compare
Choose a tag to compare
  • 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

05 Oct 21:33
Compare
Choose a tag to compare

Revert broken color sorting

22 Sep 19:59
7660851
Compare
Choose a tag to compare
v1.4.1

Revert update of color-sorter to v2.0.0 (#62)

Sort colors

16 Sep 13:32
Compare
Choose a tag to compare

Colors are now sorted by default, using https://github.com/bartveneman/color-sorter

Bugfix for color alias false positives

04 Sep 13:33
Compare
Choose a tag to compare

Color aliases

04 Sep 13:32
Compare
Choose a tag to compare

You can now easily find color aliases, like #000 and #000000 and black.

Empty rules analysis

22 Jul 20:58
Compare
Choose a tag to compare

It could be interesting to find out if and how many empty rules are in your CSS. Ideally, there are none.