Skip to content

Commit 1fa993f

Browse files
committed
Remove extra spaces in preflight
1 parent a7263a8 commit 1fa993f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/preflight.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ sup {
144144
table {
145145
text-indent: 0; /* 1 */
146146
border-color: inherit; /* 2 */
147-
border-collapse: collapse; /* 3 */
147+
border-collapse: collapse; /* 3 */
148148
}
149149

150150
/*
@@ -310,7 +310,7 @@ textarea {
310310

311311
input::placeholder,
312312
textarea::placeholder {
313-
opacity: 1; /* 1 */
313+
opacity: 1; /* 1 */
314314
color: theme('colors.gray.400', #9ca3af); /* 2 */
315315
}
316316

0 commit comments

Comments
 (0)