mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
11 lines
164 B
JavaScript
11 lines
164 B
JavaScript
|
module.exports = {
|
||
|
content: [
|
||
|
"./pages/**/*.{js,ts,jsx,tsx}",
|
||
|
"./components/**/*.{js,ts,jsx,tsx}",
|
||
|
],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
};
|