mirror of
https://github.com/Rushilwiz/rounded.git
synced 2025-04-20 02:50:16 -04: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: [],
|
|
};
|