We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5a17b commit 46b20b8Copy full SHA for 46b20b8
packages/tailwindcss-language-server/src/project-locator.ts
@@ -751,5 +751,5 @@ class FileEntry {
751
function requiresPreprocessor(filepath: string) {
752
let ext = path.extname(filepath)
753
754
- return ext === '.scss' || ext === '.sass' || ext === '.less' || ext === '.styl'
+ return ext === '.scss' || ext === '.sass' || ext === '.less' || ext === '.styl' || ext === '.pcss'
755
}
0 commit comments