Answer the question
In order to leave comments, you need to log in
Why are css selectors duplicated (SCSS)?
I have one .scss file that is included 4 times in other .scss files, why is the content of this file included 4 times in bundle.css? How to solve this problem?
file_1.scss:
.header_video_titles {
margin-top: 10%;
}
@import "file_1.scss"
.header_video_titles {
margin-top: 10%;
}
.header_video_titles {
margin-top: 10%;
}
.header_video_titles {
margin-top: 10%;
}
.header_video_titles {
margin-top: 10%;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question