squiggle/packages/components/tailwind.config.js

11 lines
172 B
JavaScript
Raw Normal View History

module.exports = {
content: ["./src/**/*.{html,tsx,ts,js,jsx}"],
corePlugins: {
preflight: false,
},
important: ".squiggle",
theme: {
extend: {},
},
};