D
D
Denis2016-01-17 12:17:56
css
Denis, 2016-01-17 12:17:56

How to include css framework for only part of the code?

How to include css framework for only part of the code? The problem is that the frameworks have the same class names, so you need to separate their "influence" on the code

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Deodatuss, 2016-01-17
@Deodatuss

You can wrap everything in a specific class through the preprocessor. for example like this:

.framework {
  css фреймворка
}

and then use the components inside the wrapper with the .framework class

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question