Erant-OldApp/tailwind.config.cjs

9 lines
151 B
JavaScript
Raw Normal View History

2022-12-01 11:25:45 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
}