squiggle/packages/components/tailwind.config.js
2022-05-30 11:30:10 +10:00

8 lines
117 B
JavaScript

module.exports = {
content: ["./src/**/*.{html,tsx,ts,js,jsx}"],
theme: {
extend: {},
},
plugins: [],
};