mycurelabs / vue-html-to-paper

Vue mixin for paper printing html elements.
MIT License
298 stars 102 forks source link

Problem with SCSS importation #93

Open von-maurus opened 2 years ago

von-maurus commented 2 years ago

Hi all! I have a problem or issue, in fact a don't know how to do it. The subject is importing a SCSS file instead of a CSS simple file. I follow the docs step by step but I'm getting a printing page with no style at all. Like this:

image

I have a folder "styles" in my src, inside i have like this:

image

So in the options I have it like this:

image

Maybe the styles parameters its injected wrong or I don't know really, can someone help me with SCSS?

Thanks in advance