Skip to content

Commit 9ace7de

Browse files
committed
Update tests
1 parent 9bf4139 commit 9ace7de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ html {
455455
*::after {
456456
border-width: 0;
457457
border-style: solid;
458-
border-color: #4a5568;
458+
border-color: #e2e8f0;
459459
}
460460

461461
/**

__tests__/fixtures/tailwind-output.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ html {
455455
*::after {
456456
border-width: 0;
457457
border-style: solid;
458-
border-color: #4a5568;
458+
border-color: #e2e8f0;
459459
}
460460

461461
/**

0 commit comments

Comments
 (0)