threepointone/glamor

[project] - scan www for css selector usage

threepointone opened this issue · 1 comments

to be more specific - I'd like to scan the top 1000 (10000?) sites, extract the css from them, and count the number of rules in them. this will give as indication as whether we should use more stylesheets behind-the-scenes, or whether we're fine with just one.

this is solved - http://cssstats.com/ - lovely site, has just what I needed, and validates the need for potentially more tags. (sites have anwhere for 2000 to 20000 rules)glamor now automatically generates multiple tags behind the scenes, so no user intervention is required.