Skip to content

Commit aaf66b0

Browse files
Fix mismatched comment numbers in styles (#16380)
Corrected misplaced comment references to align with the listed explanation above. --------- Co-authored-by: Philipp Spiess <hello@philippspiess.com>
1 parent a659159 commit aaf66b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/tailwindcss/preflight.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ pre {
128128
'Liberation Mono',
129129
'Courier New',
130130
monospace
131-
); /* 4 */
132-
font-feature-settings: var(--default-mono-font-feature-settings, normal); /* 5 */
133-
font-variation-settings: var(--default-mono-font-variation-settings, normal); /* 6 */
131+
); /* 1 */
132+
font-feature-settings: var(--default-mono-font-feature-settings, normal); /* 2 */
133+
font-variation-settings: var(--default-mono-font-variation-settings, normal); /* 3 */
134134
font-size: 1em; /* 4 */
135135
}
136136

0 commit comments

Comments
 (0)