Retroriff
Retroriff
I've got the same issue.
Subsets and wght are not working with `download: true`: ``` googleFonts: { display: 'swap', download: true, families: { Roboto: { wght: [300, 700] } }, subsets: 'latin' }, ``` I...
Same issue with @nuxt/image-edge. It used to work before I updated it.
Is there any solution so the `` tag includes width and height attributes?
@danchristian Could you share an example? I am getting this error: "Cannot use import statement outside a module".
@K-Cyganiak That worked, thank you!
Same issue here. Version 2.3.2 worked. Thank you @kj455
Everything works fine when using the terminal: `compass compile style.scss --css-dir=app/css` I think that the problem with the package is that processes are not closed and remain in memory.
 `ps auxw | grep sh 45229 6,9 0,0 2447792 2208 ?? S 2:30PM 0:06.06 sh /Users/xxx/Library/Application Support/Sublime Text 3/Packages/Compass/build.sh 33483 6,6 0,0 2447792 2204 ?? S 2:30PM 0:07.72 sh...
Sorry, I am not able to fix it.