detect indent from CSS text only
parent
4686f1bf4b
commit
03e16a4ac0
|
@ -104,7 +104,7 @@ export async function provideInvalidApplyCodeActions(
|
||||||
}
|
}
|
||||||
|
|
||||||
let outputIndent: string
|
let outputIndent: string
|
||||||
let documentIndent = detectIndent(documentText)
|
let documentIndent = detectIndent(cssText)
|
||||||
|
|
||||||
changes.push({
|
changes.push({
|
||||||
range: ruleRange,
|
range: ruleRange,
|
||||||
|
|
Loading…
Reference in New Issue