mirror of
https://github.com/waku-org/waku-lab.git
synced 2025-01-09 15:35:54 +00:00
9 lines
119 B
JavaScript
9 lines
119 B
JavaScript
|
module.exports = {
|
||
|
content: [
|
||
|
"./src/**/*.{js,jsx,ts,tsx}",
|
||
|
],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
}
|