strudel-docker/repl/tailwind.config.js
2022-02-18 14:00:35 +01:00

9 lines
231 B
JavaScript

module.exports = {
content: ['./public/**/*.html', './src/**/*.{js,jsx,ts,tsx}'],
// specify other options here
theme: {
extend: {},
},
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography')],
};