geddski / csstyle

MOVED TO https://github.com/csstyle/csstyle a modern approach for crafting beautifully maintainable stylesheets
http://csstyle.io
Other
851 stars 34 forks source link

Simplify the syntax #29

Closed niutech closed 9 years ago

niutech commented 9 years ago

The syntax of class names is overcomplicated - there are too many symbols: --, __, +, @. This is definitely not KISS.

geddski commented 9 years ago

What do you suggest?

niutech commented 9 years ago

Just class names, e.g. class="button action rounded glass", smilar to OOCSS. Or a single class name, e.g. class="button-action-rounded-glass", similar to OOCSS with SASS.

geddski commented 9 years ago

The symbols are what bring semantics to the markup. Otherwise how would you distinguish between a component and an option for example?

That said, I am considering reworking or removing locations. Thanks for your input.

geddski commented 9 years ago

@niutech FYI you can now configure all the symbols to use whatever you want. :)