Home

Issue: 2635

Generate a static .css file from .scss file

[issue link]

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.

This question is available on Nuxt.js community (#c2291)