squiggle/packages/playground/tailwind.config.js
2022-03-03 10:22:26 +11:00

10 lines
115 B
JavaScript

module.exports = {
content: [
"./src/components/*.tsx"
],
theme: {
extend: {},
},
plugins: [],
}