Multiple custom SCSS files #917
-
Hello! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes that's possible! You can use @import to load different files, just like how we load in the custom.scss. By using @import in your custom.scss and dividing the code, it will still all get compiled in one file! |
Beta Was this translation helpful? Give feedback.
Yes that's possible! You can use @import to load different files, just like how we load in the custom.scss.
You can see an example here: https://github.com/bootscore/bootscore/blob/main/assets/scss/main.scss
By using @import in your custom.scss and dividing the code, it will still all get compiled in one file!