csscss
csscss copied to clipboard
A CSS redundancy analyzer that analyzes redundancy.
I've been using csscss for a little bit while refactoring a lot of plain css and I noticed it wasn't easy to see if changes made were reducing the total...
This originally came from #9 from @ahmedelgabri > Lastly, I think the output will be very helpful if it has line numbers, right now it looks like this > >...
Hey, prelude -> I'm a JavaScript guy who rarely touched ruby before, so unfortunately I'm not able to implement this on my own :( Basically, what CSSCSS does, can be...
Sorry in advance, because code and programming is a vast, confusing mystery to me -- but I wanted to start thinking about a user interface for this potentially great tool...
Currently, when using `csscss -v` to output to STDOUT, the text comes out like: ``` {#x} AND {#y} share 7 rules - display: none - padding-left: 0.8em - padding-right: 0.8em...
Hi, The tool report the rules for `::selection` and `::-moz-selection` as duplicate.But for now we need to write the rules for both separately (https://developer.mozilla.org/en/docs/CSS/::selection). Not a big issues, but thought...