-
Notifications
You must be signed in to change notification settings - Fork 25
Source map error after enabling autoperfixer #116
Copy link
Copy link
Open
Description
I found that after configuring "autoprefixer": "> 5%, last 2 Chrome versions, not ie 6-9" and compiling the less file, the line number corresponding to the style I saw in the developer tools when opening the browser was incorrect
My Settings.json
{
"less.compile": {
"compress": false, // true => remove surplus whitespace
"sourceMap": true, // true => generate source maps (.css.map files)
"sourceMapFileInline": false, // true => embed sourceMappingUrl as dataURI
"out": true, // false => DON'T output .css files (overridable per-file, see below)
"autoprefixer": "> 5%, last 2 Chrome versions, not ie 6-9"
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels