Questions tagged [suit-css]

SUIT CSS is a reliable and testable styling methodology for component-based UI development. A collection of CSS packages and build tools are available as modules. SUIT CSS plays well with React, Ember, Angular, and other component-based approaches to UI development.

2 questions
8
votes
1 answer

The differences between BEM and SUIT CSS naming conventions

What are the differences between BEM and SUIT CSS naming conventions?
Chuck Le Butt
  • 47,570
  • 62
  • 203
  • 289
3
votes
1 answer

Naming conventions for responsive variables in SuitCSS

I recently started using suitCSS naming conventions in my Sass (not using default PostCSS setup) and it's not clear what's the correct way of naming variables: Variables used inside of component's media queries. In official docs, I only saw the…