Options
Change option for css from /src/tailwindcss/tailwindcss.css
How to settings?
You can change setting about Tailwindcss from this file. For example: Change Google fonts from /src/tailwindcss/tailwindcss.css
@import "tailwindcss";
@theme {
--font-sans: "Inter", "sans-serif";
--font-serif: "Merriweather", "sans-serif";
--color-primary-50: oklch(0.962 0.018 272.314);
--color-primary-100: oklch(0.93 0.034 272.788);
--color-primary-200: oklch(0.87 0.065 274.039);
--color-primary-300: oklch(0.785 0.115 274.713);
--color-primary-400: oklch(0.673 0.182 276.935);
--color-primary-500: oklch(0.585 0.233 277.117);
--color-primary-600: oklch(0.511 0.262 276.966);
--color-primary-700: oklch(0.457 0.24 277.023);
--color-primary-800: oklch(0.398 0.195 277.366);
--color-primary-900: oklch(0.359 0.144 278.697);
--color-primary-950: oklch(0.257 0.09 281.288);
--blur-*: initial;
--perspective-*: initial;
--drop-shadow-*: initial;
}
For more information about Theme configuration please read in here
You can editing more build system from gulpfile.js
file