diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-07-05 22:16:56 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-07-05 22:16:56 +0530 |
| commit | 5d38404d54732193b822d80485371d5b74ae4e4b (patch) | |
| tree | 18719394c15c90e58e76deecdc519239266978c9 /tailwindcss/02-vite/README | |
| parent | 5287a9a10507c998540ac51442ff451a280dc05c (diff) | |
Theme colors changed, font size change links added
Diffstat (limited to 'tailwindcss/02-vite/README')
| -rw-r--r-- | tailwindcss/02-vite/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tailwindcss/02-vite/README b/tailwindcss/02-vite/README index 75a9204..bfd1a1d 100644 --- a/tailwindcss/02-vite/README +++ b/tailwindcss/02-vite/README @@ -9,6 +9,7 @@ What Tailwind CSS features are used: 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. + - Font size increas and decress does not use Tailwind CSS. JavaScript has been used to set the root element's font size. That changes the size of all components in the page. Why? (Hint: Think about how the rem unit works) Try this sample project: |
