You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm happy to take a look when I can. Where's a good place to start?
Rather than trundling through all the files, can I ask: where are the warnings raised and maps parsed?
glenn2223
added a commit
to glenn2223/vscode-live-sass-compiler
that referenced
this issue
Jan 20, 2021
When `generateMap` is `false` the error returned by autoprefixer was `undefined` instead of the file path.
**Known issue**
Autoprefixer does not honour actual error location (from map). Created [issue](postcss/autoprefixer#1388)
My issue is specifically related to the
grid: "autoplace"
option. But I'd imagine it applies anywhere a warning is raised.Actual warning snippet:
c:\Path\Sample\_AutoprefixExample\File-With-Import.scss
(fromnode.source.input.file
)Expected warning snippet:
c:\Path\Sample\_AutoprefixExample\_import-me.scss
Code
MAP
File-With-Import.scss
_import-me.scss
The text was updated successfully, but these errors were encountered: