Skip to content

Commit c760f2d

Browse files
committed
test: update postcss media merge test
1 parent a103f0e commit c760f2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/postcss.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ describe.concurrent('PostCSS', () => {
174174
// plugin enabled
175175
posthtml(html, {
176176
css: {
177-
media: true,
177+
media: {
178+
merge: true,
179+
},
178180
tailwind: {
179181
content: [{ raw: html }],
180182
theme: {

0 commit comments

Comments
 (0)