Plínio Naves
Plínio Naves
Thanks @NicolasRichel , it worked perfectly for me! Just complementing, for those who need to add something from SCSS in all components it looks like this: ```js ... import vue...
Hi @SvenBudak I noticed that in your baseConfig it was missing to call postcss as a function: ```js vue: { // css: true, preprocessStyles: true, preprocessOptions: { scss: { additionalData:...
hey guys, great work! any update on the possibility of this PR being merged?
for those who want a temporary solution, I used this script here to setup and run the application: ``` #!/bin/bash rm -rf .venv python -m venv .venv source .venv/bin/activate pip...