A
A
applecode2018-03-07 17:36:13
css
applecode, 2018-03-07 17:36:13

How to apply properties to everything in css except certain classes?

This need arose due to the conflict between the slick slider and the transition property. If this property is removed, then the slider stops rewinding from the last slide to the first, but then the rest of the smoothness suffers

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Yarkov, 2018-03-07
@applecode

How to apply properties to everything in css except certain classes?

* {
    color: red;
}
.green {
    color: green;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question