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