Configure PurgeCSS

This commit is contained in:
Oliver Davies 2020-09-08 22:14:54 +01:00
parent 88fd52fdad
commit f010496cfd

View file

@ -1,5 +1,8 @@
module.exports = { module.exports = {
purge: [], purge: [
'public/index.html',
'src/**/*.vue'
],
theme: { theme: {
colors: { colors: {
black: '#222', black: '#222',