Skip to content

Commit 8adb3b5

Browse files
authored
feat(tailwind): add "postcss.config.js" root marker #3884
The new `django-tailwind` package comes with the Tailwind CSS 4 by default, which migrated to the `postcss.config.js`.
1 parent 3fe2f7f commit 8adb3b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lsp/tailwindcss.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ return {
127127
'theme/static_src/tailwind.config.cjs',
128128
'theme/static_src/tailwind.config.mjs',
129129
'theme/static_src/tailwind.config.ts',
130+
'theme/static_src/postcss.config.js',
130131
-- Rails
131132
'app/assets/stylesheets/application.tailwind.css',
132133
'app/assets/tailwind/application.css',

0 commit comments

Comments
 (0)