squiggle/packages/components/tailwind.config.js

8 lines
146 B
JavaScript
Raw Normal View History

module.exports = {
content: ["./src/**/*.{html,tsx,ts,js,jsx}"],
theme: {
extend: {},
},
2022-06-02 03:13:19 +00:00
plugins: [require("@tailwindcss/forms")],
};