Skip to content

Commit 5395ed8

Browse files
fix: regex
1 parent 7554091 commit 5395ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-vite/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default function tailwindcss(opts: PluginOptions = {}): Plugin[] {
134134
filter: {
135135
id: {
136136
exclude: [/\/\.vite\//, SPECIAL_QUERY_RE, COMMON_JS_PROXY_RE],
137-
include: [/css(?:\?.*)?$/, /&lang\.css$/, INLINE_STYLE_ID_RE],
137+
include: [/css(?:\?.*)?$/, /&lang\.css/, INLINE_STYLE_ID_RE],
138138
},
139139
},
140140
async handler(src, id) {

0 commit comments

Comments
 (0)