From 1a6a013b91d5632f00befc3968da0071e68144b9 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sun, 5 Jul 2026 08:40:52 +0530 Subject: Fixed typo --- tailwindcss/02-vite/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tailwindcss/02-vite') diff --git a/tailwindcss/02-vite/src/style.css b/tailwindcss/02-vite/src/style.css index 87d049b..d848adb 100644 --- a/tailwindcss/02-vite/src/style.css +++ b/tailwindcss/02-vite/src/style.css @@ -1,6 +1,6 @@ @import "tailwindcss"; -/* Forcs Tailwind to look for a .dark class up the HTML tree instead of checking the user's operating system preferences. */ +/* Force Tailwind to look for a .dark class up the HTML tree instead of checking the user's operating system preferences. */ @custom-variant dark (&:where(.dark, .dark *)); /* Base layer customization with Tailwind CSS classes - applies to elements like p, a, img */ -- cgit v1.2.3