svelte-template/tailwind.config.js

11 lines
160 B
JavaScript
Raw Normal View History

2024-10-14 10:38:11 +03:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [],
}