summaryrefslogtreecommitdiff
path: root/tailwindcss/02-vite
diff options
context:
space:
mode:
Diffstat (limited to 'tailwindcss/02-vite')
-rw-r--r--tailwindcss/02-vite/src/style.css2
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 */