mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
9 lines
121 B
JavaScript
9 lines
121 B
JavaScript
module.exports = {
|
|
content: ["./app/**/*.{ts,tsx}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
};
|