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