D
D
Dmitry Konovalov2021-08-06 10:46:11
css
Dmitry Konovalov, 2021-08-06 10:46:11

Why is there duplication of styles in an angular project?

There is a code in scss like this:

color: var(--mc-baseMain);
background-color: var(--mc-bg);


After assembly, this is issued:
color: #fff;
color: var(--mc-baseMain);
background-color: #1f1f26;
background-color: var(--mc-bg);

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