Skip to content

Commit d802e0d

Browse files
committed
update Tailwind CSS
1 parent 46e11b8 commit d802e0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jest": "^29.1.2",
4747
"postcss": "^8.4.17",
4848
"prettier": "^2.7.1",
49-
"tailwindcss": "0.0.0-insiders.4338849",
49+
"tailwindcss": "0.0.0-insiders.3011f46",
5050
"typescript": "^4.8.4"
5151
}
5252
}

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export = plugin(function containerQueries({ matchUtilities, matchVariant, theme
7070
block: 'block',
7171
inline: 'inline',
7272
},
73-
modifiers: true,
73+
modifiers: 'any',
7474
}
7575
)
7676

0 commit comments

Comments
 (0)