svetle_template/tailwind.config.js
2024-09-11 14:08:50 +06:00

11 lines
159 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [],
}