Kevin Marks
You may be joking, but look at twitter and medium’s css http://www.kevinmarks.com/u-means-style.html
Ensure that your class names never go out of sync with your style declarations with this one simple trick:
Take any CSS rule you want to apply, replace : by -, and dots by -dot-, and you get the name of the corresponding universal css classname.
The only thing missing is immutability, so I would suggest also putting !important
after each declaration in the CSS. Voila! No more specificity battles.
You may be joking, but look at twitter and medium’s css http://www.kevinmarks.com/u-means-style.html