N
N
Nikita Kit2016-12-27 13:57:43
css
Nikita Kit, 2016-12-27 13:57:43

Which css framework can be inherited by silent class in scss out of the box?

Do not offer bootstrap!
Guys, I want to find a framework that, in fact, for the scss compiler will be component-based, and its components will be inherited not through a dot, but through a percentage.
When I used bootstrap, all its classes with a dot through import fell into main.css after compilation. Pumping out and replacing all points in a class with a percentage is a chore, but this is the only way to avoid inheriting the entire framework and reduce styles many times over.
Recently came across blazecss. I liked it much more than bootstrap (compiled according to BEM, component classes are not as intrusive as in bootstrap, the grid is more flexible), but scss still has standard classes everywhere (it’s understandable - the standard way to inherit styles through a class in markup). Is there a framework with a version of inheritance through silent classes? (%)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question