Is there a way to just convert a .scss
file as a static .css
file and but not include it into our project?
I'm planning on using the .css
file on another app (such as a separate TinyMCE app that lives in a separate app).
I know I can just create a .css
file in /static, but that doesn't get processed by sass, hence I can't share some of the styles in main.scss
.