davidtheclark/scalable-css-reading-list

csstyle

kentcdodds opened this issue · 4 comments

Would be curios to hear what you have to say about csstyle by @geddski. Looking at it, I think it's an incredibly powerful way to organize CSS in a way that scales.

Seems interesting. Looks like an alternate approach, via mixins, of implementing a component-descendent-modifier system like BEM and SUIT. I definitely agree that that's a good kind of system to work with. That said, there isn't really much to read about there -- just presents the tool to try out. I'd be curious to read some justification for why the framework prefers mixins and unusual classnames like --modifier and +tweak to a BEM-style classname convention and standard CSS selectors.

What do you think @geddski? Would this call for a blog post?

Closing this, but send a link if something gets written up.

A blog post sounds like a great idea, I'll write it and leave a note here.