Open
Description
Tags or categories are far more versatile.
rule | tags |
---|---|
adjoining-classes | IE6 |
box-model | IE6, IE7 (there is `box-sizing` for better browsers) |
compatible-vendor-prefixes | compatibility, release |
display-property-grouping | cleanup? |
duplicate-properties | cleanup, release |
empty-rules | cleanup, release |
errors | compatibility |
floats | dry |
font-face | performance |
font-sizes | dry |
gradients | compatibility, release |
ids | wars, oocss, statistics |
import | performance, release |
important | wars |
known-properties | compatibility, cleanup |
overqualified-elements | oocss |
qualified-headings | oocss |
regex-selectors | performance |
rules-count | statistics |
shorthand | cleanup, performance |
text-indent | compatibility |
unique-headings | dry, oocss |
universal-selector | performance |
vendor-prefix | compatibility, release |
width-100 | (currently disabled) |
zero-units | cleanup, performance, release |
tag | description |
---|---|
cleanup | cleanup required |
compatibility | improves cross-browser compatibility |
dry | Don't repeat yourself |
IE6 | Internet Explorer 6 |
IE7 | Internet Explorer 7 |
oocss | Object-Oriented CSS |
performance | (relatively small) potential performance gains |
release | minified/postprocessed files should pass |
statistics | counters & trends |
wars | facilitation of specificity wars |
Something like that should work pretty well, methinks.
Tags like these are also nice for the UI. E.g. you could enable/disable rules by category and they might be also used for filtering the results table.
Edit: Would fix #64 as a side-effect.
Edit2: Expanded the list of tags a bit, added descriptions.