https://git.jolheiser.com/tailwind-ctp-intellisense.git
1 2 3 4 5 6 7 8 9 10 11 12 13
diff --git a/src/lsp/providers/codeActions/provideInvalidApplyCodeActions.ts b/src/lsp/providers/codeActions/provideInvalidApplyCodeActions.ts index 23cdbb59f55cf4fe7ffef755e6f14421a81d8fc2..22c66036db3c9fbb8345ccd33311ca842cf92f77 100644 --- a/src/lsp/providers/codeActions/provideInvalidApplyCodeActions.ts +++ b/src/lsp/providers/codeActions/provideInvalidApplyCodeActions.ts @@ -104,7 +104,7 @@ ruleRange = absoluteRange(ruleRange, cssRange) } let outputIndent: string - let documentIndent = detectIndent(documentText) + let documentIndent = detectIndent(cssText) changes.push({ range: ruleRange,