From aaf66b014f8456e640903d8ef9fa68196a8177a5 Mon Sep 17 00:00:00 2001 From: Mat Coke Date: Mon, 10 Feb 2025 18:55:07 +0900 Subject: [PATCH] Fix mismatched comment numbers in styles (#16380) Corrected misplaced comment references to align with the listed explanation above. --------- Co-authored-by: Philipp Spiess --- packages/tailwindcss/preflight.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/tailwindcss/preflight.css b/packages/tailwindcss/preflight.css index a307c6d60..632d8aa1f 100644 --- a/packages/tailwindcss/preflight.css +++ b/packages/tailwindcss/preflight.css @@ -128,9 +128,9 @@ pre { 'Liberation Mono', 'Courier New', monospace - ); /* 4 */ - font-feature-settings: var(--default-mono-font-feature-settings, normal); /* 5 */ - font-variation-settings: var(--default-mono-font-variation-settings, normal); /* 6 */ + ); /* 1 */ + font-feature-settings: var(--default-mono-font-feature-settings, normal); /* 2 */ + font-variation-settings: var(--default-mono-font-variation-settings, normal); /* 3 */ font-size: 1em; /* 4 */ }