diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-07-05 08:40:52 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-07-05 08:40:52 +0530 |
| commit | 1a6a013b91d5632f00befc3968da0071e68144b9 (patch) | |
| tree | 01c9fd96c50873d58cc78880621e742a668ad2d4 /tailwindcss/02-vite/src/style.css | |
| parent | 3a6f7be667f228f62e426c58ce207a14b50b2a6c (diff) | |
Fixed typo
Diffstat (limited to 'tailwindcss/02-vite/src/style.css')
| -rw-r--r-- | tailwindcss/02-vite/src/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
