rstacruz / rscss

Reasonable System for CSS Stylesheet Structure
https://ricostacruz.com/rscss
3.91k stars 176 forks source link

Suggestion for naming with multiple words to camelCase #67

Open TheoryOfNekomata opened 7 years ago

TheoryOfNekomata commented 7 years ago

http://rscss.io/elements.html#element-selectors

IMO I find it hard to read long class names that are not capitalized. Perhaps you should consider making multiple words to be in camelCase.

nickdriller commented 6 years ago

CSS syntax is case-insensitive... mostly stackoverflow

TheoryOfNekomata commented 6 years ago

It's not because of technical reasons, but rather just to make class names readable.