rust-sandbox / svelte /tailwind.config.js
HugoDzz's picture
feat: πŸš€
d5c39db
raw
history blame
No virus
158 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [],
}