Skip to content

Commit 70bd9bb

Browse files
revert change in postcss fixture
1 parent fa45f04 commit 70bd9bb

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
/* @plugin '../plugin.js'; */
2-
.foo {
3-
@apply text-red-500;
4-
}
1+
@plugin '../plugin.js';

packages/@tailwindcss-postcss/src/index.test.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,15 @@ describe('plugins', () => {
197197
}
198198
}
199199
200-
@apply text-red-500;
200+
@media (inverted-colors: inverted) {
201+
.inverted\\:flex {
202+
display: flex;
203+
}
204+
}
205+
206+
.hocus\\:underline:focus, .hocus\\:underline:hover {
207+
text-decoration-line: underline;
208+
}
201209
202210
@supports (-moz-orient: inline) {
203211
@layer base {

0 commit comments

Comments
 (0)