d3dc / classier-react

Use stylesheets for styles, not Javascript
ISC License
1 stars 0 forks source link

Support Presets For Style Naming? #1

Open d3dc opened 6 years ago

d3dc commented 6 years ago

There's a few conventions floating around, as well as the individual ones adopted by large popular libraries. This could make recipes much easier:

configure({
  preset: 'bem'|'bs'|'foundation'
})

Is this a valuable feature? Is it easier to configure from a methodology vs. what the usage looks like? Can you break all methodologies down into the same tokens?

needs