fix(tailwindcss): now working, need everyone to npm i again
This commit is contained in:
parent
a3e52fbee3
commit
57560e7a21
7 changed files with 714 additions and 45 deletions
7
src/styles/theme.css
Normal file
7
src/styles/theme.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@theme {
|
||||
--paragraph: 255, 255, 255;
|
||||
--background: 9, 31, 54;
|
||||
--primary: 15, 40, 98;
|
||||
--secondary: 79, 95, 118;
|
||||
--accent: 158, 54, 58;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue