Skip to content

Commit ed0fff1

Browse files
committed
Rebuild fixtures
1 parent a158c7c commit ed0fff1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ pre {
375375
}
376376

377377
button {
378-
background: transparent;
378+
background-color: transparent;
379+
background-image: none;
379380
padding: 0;
380381
}
381382

__tests__/fixtures/tailwind-output.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ pre {
375375
}
376376

377377
button {
378-
background: transparent;
378+
background-color: transparent;
379+
background-image: none;
379380
padding: 0;
380381
}
381382

0 commit comments

Comments
 (0)