From a1f4b8d1aedb73b7029b332e95620e78117bb024 Mon Sep 17 00:00:00 2001 From: Sverre Nystad Date: Wed, 3 Jan 2024 19:12:46 +0100 Subject: [PATCH] Docs: Update frontend README with information about Tailwind css --- frontend/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index 10048ac9..5b86b266 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -23,7 +23,7 @@ npm run build -React + TypeScript + Vite +## React + TypeScript + Vite This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. @@ -56,3 +56,7 @@ export default { +## Tailwind css +Tailwind css allows us to write the css in the html class-name attribute. This is a very powerful tool that allows us to write css in a very intuitive way. + +Read more: https://tailwindcss.com/docs/guides/vite \ No newline at end of file