blakerain.com/tailwind.config.js
Blake Rain 2a1a869d4e
All checks were successful
check / check (push) Successful in 23s
deploy / deploy-site (push) Successful in 28s
feat(tools): completed conversion of position size calculator
2024-06-04 15:07:32 +01:00

16 lines
356 B
JavaScript

module.exports = {
theme: {
extend: {
colors: {
primary: {
dark: "#22293D",
DEFAULT: "#13304E",
light: "#1C4773",
},
},
},
},
content: ["./hugo_stats.json", "./extra_stats.json", "./content/**/*.js"],
plugins: [require("@tailwindcss/forms"), require("@tailwindcss/typography")],
};