Merge pull request #1079 from tailwindcss/fix-hr-base-styles

Fix base styles for horizontal rules
This commit is contained in:
Adam Wathan 2019-08-14 08:01:19 -04:00 committed by GitHub
commit 23ae352ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -384,6 +384,7 @@ h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
@ -461,7 +462,7 @@ html {
*/
hr {
border-width: 1px;
border-top-width: 1px;
}
/**

View File

@ -384,6 +384,7 @@ h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
@ -461,7 +462,7 @@ html {
*/
hr {
border-width: 1px;
border-top-width: 1px;
}
/**

View File

@ -34,6 +34,7 @@ h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
@ -109,7 +110,7 @@ html {
* Ensure horizontal rules are visible by default
*/
hr {
border-width: 1px;
border-top-width: 1px;
}
/**