scuff/tailwind.config.cjs

8 lines
108 B
JavaScript
Raw Permalink Normal View History

2022-04-25 21:26:01 -04:00
module.exports = {
2022-11-12 20:11:50 -05:00
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
};