secureweb/sweb/tailwind.config.js
2025-05-11 12:55:47 +03:00

11 lines
166 B
JavaScript

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