rpreissler PRO
1234567891011121314const config = {
content: ['./src/**/*.{html,js}'],
theme: {
extend: {
colors: {
primary: "#131018",
},
},
},
};
// This assignment is only needed to expose it to the Tailwind CDN.
window.tailwind = window.tailwind || {};
window.tailwind.config = config;