Skip to content

Commit 922e7d9

Browse files
Correct formatting for inconsistent comments (#11777)
* Correct formatting for inconsistent comments Updated the formatting for several comments to be consistent with the rest of the document. I was incorporating the preflight in a non-Tailwind project and noticed the difference in comment styles. * add missing period --------- Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
1 parent 4f0bb0b commit 922e7d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/css/preflight.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ button,
337337
/*
338338
Make sure disabled buttons don't get the pointer cursor.
339339
*/
340+
340341
:disabled {
341342
cursor: default;
342343
}
@@ -369,7 +370,10 @@ video {
369370
height: auto;
370371
}
371372

372-
/* Make elements with the HTML hidden attribute stay hidden by default */
373+
/*
374+
Make elements with the HTML hidden attribute stay hidden by default.
375+
*/
376+
373377
[hidden] {
374378
display: none;
375379
}

0 commit comments

Comments
 (0)