Duplicated css styles
#22887
-
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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