fix(tailwindcss): tailwindcss works with vite, no custom theme
This commit is contained in:
parent
57560e7a21
commit
74ec515658
9 changed files with 36 additions and 118 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@theme {
|
||||
--paragraph: 255, 255, 255;
|
||||
--background: 9, 31, 54;
|
||||
--primary: 15, 40, 98;
|
||||
--secondary: 79, 95, 118;
|
||||
--accent: 158, 54, 58;
|
||||
--color-paragraph: 255, 255, 255;
|
||||
--color-background: 9, 31, 54;
|
||||
--color-primary: 15, 40, 98;
|
||||
--color-secondary: 79, 95, 118;
|
||||
--color-accent: 158, 54, 58;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue