svetle_template/tailwind.config.js

11 lines
159 B
JavaScript
Raw Normal View History

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