summaryrefslogtreecommitdiff
path: root/tailwindcss/02-vite
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-07-05 22:56:39 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-07-05 22:56:39 +0530
commitaef82f540ba213348a47af282f45532096e3a8b7 (patch)
tree6a6488042afa5788019b05fc71304f83a85f1152 /tailwindcss/02-vite
parent5d38404d54732193b822d80485371d5b74ae4e4b (diff)
Typo fixed
Diffstat (limited to 'tailwindcss/02-vite')
-rw-r--r--tailwindcss/02-vite/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tailwindcss/02-vite/README b/tailwindcss/02-vite/README
index bfd1a1d..cdce85a 100644
--- a/tailwindcss/02-vite/README
+++ b/tailwindcss/02-vite/README
@@ -5,7 +5,7 @@ What Tailwind CSS features are used:
- Flex layout, Grid layout
- Breakpoints
- Themes (Styling dark and light themes)
- - Layouts (Defining reusable components and applying styles at base layer that are applicable for html elements)
+ - Layers (Defining reusable components and applying styles at base layer that are applicable for html elements)
Other important aspects of this project:
- JavaScript local storage is used to permanently store the set theme by the user. This is not always required and Tailwind CSS can automatically pick the theme set at OS level.