Configure PurgeCSS
This commit is contained in:
parent
88fd52fdad
commit
f010496cfd
|
@ -1,5 +1,8 @@
|
|||
module.exports = {
|
||||
purge: [],
|
||||
purge: [
|
||||
'public/index.html',
|
||||
'src/**/*.vue'
|
||||
],
|
||||
theme: {
|
||||
colors: {
|
||||
black: '#222',
|
||||
|
|
Loading…
Reference in a new issue