11 lines
191 B
CSS
11 lines
191 B
CSS
@import "tailwindcss";
|
|
@import "tw-animate-css";
|
|
|
|
@plugin "@tailwindcss/typography";
|
|
@config "./tailwind.config.js";
|
|
|
|
@theme {
|
|
--color-primary: #00A489;
|
|
--color-secondary: #4D4A49;
|
|
}
|