Skip to content

Commit

Permalink
Update test fixtures with new css
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVipond committed Jun 28, 2019
1 parent 2304f64 commit 3c2f7c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions __tests__/fixtures/tailwind-output-important.css
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,14 @@ html {
border-color: #e2e8f0;
}

/*
* Ensure horizontal rules are visible by default
*/

hr {
border-width: 1px;
}

/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.
Expand Down
8 changes: 8 additions & 0 deletions __tests__/fixtures/tailwind-output.css
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,14 @@ html {
border-color: #e2e8f0;
}

/*
* Ensure horizontal rules are visible by default
*/

hr {
border-width: 1px;
}

/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.
Expand Down

0 comments on commit 3c2f7c8

Please sign in to comment.