Averages for some css stats on top websites
npm install cssstats-averagesUsing cssstats module to generate averages for some basic css stats across popular websites on the internetz.
For consideration:
Total & Unique
1. font-size
2. colors
3. background color
4. display
5. width
6. float
7. text-align
npm install . && npm start
``getcss.js sets up all the fixtures
index.js does some stuff to generate averages
The MIT License (MIT)