add TailwindCSS

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-09-04 11:40:47 +02:00
parent e9c86ea889
commit e0733ddb75
4 changed files with 21 additions and 0 deletions

View file

@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--bg: #27374d;
--text-1: #dde6ed;