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 7554091 commit 5395ed8Copy full SHA for 5395ed8
packages/@tailwindcss-vite/src/index.ts
@@ -134,7 +134,7 @@ export default function tailwindcss(opts: PluginOptions = {}): Plugin[] {
134
filter: {
135
id: {
136
exclude: [/\/\.vite\//, SPECIAL_QUERY_RE, COMMON_JS_PROXY_RE],
137
- include: [/css(?:\?.*)?$/, /&lang\.css$/, INLINE_STYLE_ID_RE],
+ include: [/css(?:\?.*)?$/, /&lang\.css/, INLINE_STYLE_ID_RE],
138
},
139
140
async handler(src, id) {
0 commit comments