gc-tools/tailwind.config.js

12 lines
157 B
JavaScript
Raw Permalink Normal View History

2022-04-30 06:31:57 +00:00
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [
require('@tailwindcss/forms')
],
}