gps-info/tailwind.config.cjs

9 lines
123 B
JavaScript
Raw Permalink Normal View History

2023-01-07 09:25:40 +00:00
const config = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
}
module.exports = config