forked from Simnation/Main
8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
![]() |
module.exports = {
|
||
|
content: ["./index.html", "./assets/**/*.{vue,js,ts,jsx,tsx,svg}"],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
}
|
||
|
|