1
0

Basic navbar, tailwindcss setup, and other stuff

This commit is contained in:
Ahmed Al-Taiar
2023-10-24 20:45:30 -04:00
parent 703c73e058
commit 2f753308b1
20 changed files with 729 additions and 21 deletions

View File

@ -0,0 +1,13 @@
/**
* START --- SETUP TAILWINDCSS EDIT
*
* `yarn rw setup ui tailwindcss` placed these directives here
* to inject Tailwind's styles into your CSS.
* For more information, see: https://tailwindcss.com/docs/installation
*/
@tailwind base;
@tailwind components;
@tailwind utilities;
/**
* END --- SETUP TAILWINDCSS EDIT
*/