Skip to content

Commit 3c2f7c8

Browse files
committed
Update test fixtures with new css
1 parent 2304f64 commit 3c2f7c8

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,14 @@ html {
456456
border-color: #e2e8f0;
457457
}
458458

459+
/*
460+
* Ensure horizontal rules are visible by default
461+
*/
462+
463+
hr {
464+
border-width: 1px;
465+
}
466+
459467
/**
460468
* Undo the `border-style: none` reset that Normalize applies to images so that
461469
* our `border-{width}` utilities have the expected effect.

__tests__/fixtures/tailwind-output.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,14 @@ html {
456456
border-color: #e2e8f0;
457457
}
458458

459+
/*
460+
* Ensure horizontal rules are visible by default
461+
*/
462+
463+
hr {
464+
border-width: 1px;
465+
}
466+
459467
/**
460468
* Undo the `border-style: none` reset that Normalize applies to images so that
461469
* our `border-{width}` utilities have the expected effect.

0 commit comments

Comments
 (0)