Answer the question
In order to leave comments, you need to log in
How to prevent live sass compiler for vscode from writing full paths to files?
How to prevent live sass compiler for vscode from writing full paths to files when importing, for example, in my .sass file there is an import:
and in the compiled sass.min.css file I have the full path:
@import "../css/null.min.css"
@import url(c:\Users\root\Documents\work\migrate-eu\css\null.min.css)
{
"format": "compressed",
"extensionName": ".min.css",
"savePath": "/css"
}
],
"liveSassCompile.settings.autoprefix": [],
"liveServer.settings.port": 5000,
"liveSassCompile.settings.generateMap": false
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question