coolify/apps/client/tailwind.config.cjs

12 lines
134 B
JavaScript
Raw Normal View History

2022-12-12 08:44:23 +01:00
const config = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
};
module.exports = config;