Skip to content

Commit

Permalink
Remove extra spaces in preflight
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Dec 15, 2021
1 parent a7263a8 commit 1fa993f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/preflight.css
Expand Up @@ -144,7 +144,7 @@ sup {
table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
border-collapse: collapse; /* 3 */
border-collapse: collapse; /* 3 */
}

/*
Expand Down Expand Up @@ -310,7 +310,7 @@ textarea {

input::placeholder,
textarea::placeholder {
opacity: 1; /* 1 */
opacity: 1; /* 1 */
color: theme('colors.gray.400', #9ca3af); /* 2 */
}

Expand Down

0 comments on commit 1fa993f

Please sign in to comment.