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 e445ef0 commit 6173119Copy full SHA for 6173119
src/index.ts
@@ -1,4 +1,5 @@
1
import plugin from 'tailwindcss/plugin'
2
+// @ts-expect-error
3
import { normalize } from 'tailwindcss/lib/util/dataTypes'
4
5
export = plugin(function containerQueries({ matchUtilities, matchVariant, theme }) {
0 commit comments