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