mirror of
https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books.git
synced 2026-03-13 12:35:50 +00:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
module.exports = {
|
|
content: ["./src/**/*.{js,jsx,ts,tsx}",],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
} |