S
S
szQocks2020-10-27 00:02:52
Sass
szQocks, 2020-10-27 00:02:52

Is media duplication normal?

Media is duplicated when exiting main.css , what should I do about it? does everyone have it? example below:

media (min-width: 768px) and (max-width: 991px) {
body .header {
font-size: 30px;
}
body .box {
font-size: 10px;
}
}

media (min-width: 768px) and (max-width: 991px) {
body .sidebar {
font-size: 10px;
}
}

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