zmoazeni / csscss

A CSS redundancy analyzer that analyzes redundancy.

Home Page:http://zmoazeni.github.io/csscss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No feedback when redundancies are not found.

miguel-perez opened this issue · comments

When I tried this out for the very first time I just so happen to use a css file that didn't have any redundancies. The result? I thought I was either doing something wrong or that there was something wrong with csscss. Took me a while to realize everything was absolutely fine.

@miguel-perez I go back and forth on this one. I imagine csscss being a normal tool in a *nix toolbelt. Check out grep's behavior:

∴ echo "foo" > foo.txt
∴ grep bar foo.txt 
∴ 

I'm going to "softly" close this enhancement. But I am certainly willing to be swayed by a strong argument.