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 5395ed8 commit 67fc28cCopy full SHA for 67fc28c
packages/@tailwindcss-vite/src/index.ts
@@ -101,7 +101,7 @@ export default function tailwindcss(opts: PluginOptions = {}): Plugin[] {
101
filter: {
102
id: {
103
exclude: [/\/\.vite\//, SPECIAL_QUERY_RE, COMMON_JS_PROXY_RE],
104
- include: [/css(?:\?.*)?$/, /&lang\.css/, INLINE_STYLE_ID_RE],
+ include: [/\.css(?:\?.*)?$/, /&lang\.css/, INLINE_STYLE_ID_RE],
105
},
106
107
async handler(src, id) {
0 commit comments