Skip to content

Commit 6a27f18

Browse files
committed
🧪 tests: Tailwind 2 compatibility
1 parent 2588e48 commit 6a27f18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ describe("tailwindcss-custom-native", () => {
115115
"blur-4": "blur(1rem)",
116116
},
117117
},
118+
119+
screens: {
120+
"sm": "640px",
121+
"md": "768px",
122+
"lg": "1024px",
123+
"xl": "1280px",
124+
}
118125
},
119126
variants: {
120127
filter: ["responsive"],

0 commit comments

Comments
 (0)