detect indent from CSS text only

master
Brad Cornes 2020-06-19 14:40:49 +01:00
parent 4686f1bf4b
commit 03e16a4ac0
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ export async function provideInvalidApplyCodeActions(
}
let outputIndent: string
let documentIndent = detectIndent(documentText)
let documentIndent = detectIndent(cssText)
changes.push({
range: ruleRange,