How to override scss files and recompile them #505
Unanswered
MahmoudNasser01
asked this question in
Q&A
Replies: 1 comment
-
Hi @MahmoudNasser01, Make sure that the paths for sass path/to/main.scss path/to/style.min.css --style=compressed Additionally, check for the following:
Best Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have issue when try to modify scss files and recompile them using the following command:
sass main.scss style.min.css --style=compressed
when I but the generated css file in its place the styles is not correct and some of them is not applied so could anyone tell me what I did wrong.
Beta Was this translation helpful? Give feedback.
All reactions