squiggle/packages/playground/tailwind.config.js

10 lines
115 B
JavaScript
Raw Normal View History

2022-03-02 23:22:26 +00:00
module.exports = {
content: [
"./src/components/*.tsx"
],
theme: {
extend: {},
},
plugins: [],
}