diffuse-the-rest / tailwind.config.cjs
mishig's picture
mishig HF staff
Initial commit
e8d6409
raw history blame
No virus
152 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
};