Move css to stylesheets folder

This commit is contained in:
Florian RICHER 2023-03-08 21:29:25 +01:00
parent 640c64f5e8
commit eae044e1f4
3 changed files with 2 additions and 2 deletions

3
stylesheets/index.css Normal file
View file

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;