NYTimes-homepage-rearranged / client /tailwind.config.cjs
radames's picture
add tailwind
9d1ef4b
raw
history blame
113 Bytes
module.exports = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
};