G
G
GLPavel2017-07-26 15:12:38
css
GLPavel, 2017-07-26 15:12:38

How to get rid of overriding css styles gulp build, postcss processing?

1. How to get rid of overriding css styles gulp assembly, postcss processing?
there is css

.b{border: 1px}
...
...
...
.b{border: solid}

This is the first option that I would like to get rid of automatically, and the second option is just a redefinition
.b{border: 1px}
...
...
...
.b{border: 2px}

I would like to get rid of, and what are the ways, maybe plugins for postcss?

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