Duplicated css styles
#22887
Answered by
LadIQe
Jun 2, 2026
Replies: 1 comment
|
Ok I figured it out. I have settings.scss inside styles folder. I had every "global" style in there and as I read, it will be duplicated by every file that imports settings.scss So in my case, I just created separated file, moved my styles there and it solvers everything |
0 replies
Answer selected by
LadIQe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Ok I figured it out. I have settings.scss inside styles folder. I had every "global" style in there and as I read, it will be duplicated by every file that imports settings.scss
So in my case, I just created separated file, moved my styles there and it solvers everything