Replies: 2 comments 2 replies
-
Hi Sascha, |
Beta Was this translation helpful? Give feedback.
-
Hey, I am not quite sure "what" your plan is, but if you just want to separate your scss files and are fine with it being compiled in the main style afterwards, you could just do an @import path_to_another_scss_file, in the _bscore_custom.scss. Depending on your Code editor there are also several plugins or built in functions to add a custom "scss -> css" compiliation for files. And if you want a specific workflow, you still skip the phpscss compilation (thanks to the latest adaptions from justinkruit) and just go your own build path with (gulp, webpack...) |
Beta Was this translation helpful? Give feedback.
-
Hi. I'm working on my first project with bootScore. So far I really like it.
I'm needing to register some additional Gutenberg blocks and would love to have a dedicated CSS File for it (having those styles in the editor too).
Is there any option to have an additional SCSS File that would get complied to another CSS File?
Thanks for any idea.
Cheers Sascha
Beta Was this translation helpful? Give feedback.
All reactions