tehillim-split/tailwind.config.js
2023-10-16 20:37:07 +01:00

13 lines
190 B
JavaScript

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