mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-12 22:28:36 +00:00
9 lines
195 B
JavaScript
9 lines
195 B
JavaScript
module.exports = {
|
|
content: ['./public/**/*.html', './src/**/*.{js,jsx,ts,tsx}'],
|
|
// specify other options here
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [require('@tailwindcss/forms')],
|
|
};
|