mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-04-25 16:00:56 +02:00
8 lines
251 B
JavaScript
8 lines
251 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography'), require('@tailwindcss/forms')],
|
|
}; |