test
This commit is contained in:
10
node_modules/postcss/lib/input.js
generated
vendored
10
node_modules/postcss/lib/input.js
generated
vendored
@@ -142,7 +142,15 @@ class Input {
|
||||
)
|
||||
}
|
||||
|
||||
result.input = { column, endColumn, endLine, endOffset, line, offset, source: this.css }
|
||||
result.input = {
|
||||
column,
|
||||
endColumn,
|
||||
endLine,
|
||||
endOffset,
|
||||
line,
|
||||
offset,
|
||||
source: this.css
|
||||
}
|
||||
if (this.file) {
|
||||
if (pathToFileURL) {
|
||||
result.input.url = pathToFileURL(this.file).toString()
|
||||
|
||||
Reference in New Issue
Block a user