mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
9 lines
235 B
JavaScript
9 lines
235 B
JavaScript
module.exports = {
|
|
content: ['./public/**/*.html', './src/**/*.{js,jsx,ts,tsx,mdx}'],
|
|
// specify other options here
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography')],
|
|
};
|