11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
|
module.exports = {
|
||
|
purge: [
|
||
|
'./src/**/*.html',
|
||
|
'./src/**/*.vue',
|
||
|
'./src/**/*.jsx',
|
||
|
],
|
||
|
theme: {},
|
||
|
variants: {},
|
||
|
plugins: [],
|
||
|
}
|