Hello,
We try to use the SCSS files, have you some script o package.json config to compile the scss files?
Thanks
How compile SCSS
All Replies
1 답변 보임 - 1 에서 1까지 (총 1중에서)
- You must be logged in to reply to this topic.
Hello,
We try to use the SCSS files, have you some script o package.json config to compile the scss files?
Thanks
1 답변 보임 - 1 에서 1까지 (총 1중에서)
Hi,
In this case, you can change the color variable values from the scss/_variables.scss file. There you will find the pre-defined colors defined in variables. See the screenshot below-
Note: you must have to use a SCSS compiler to compile the SCSS file to CSS.
Thanks