Skip to content

Commit

Permalink
turn off grid, whitelist body for #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-ox committed Apr 9, 2020
1 parent e5c7ede commit 572f8dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ module.exports = {
plugins: [
tailwindcss('./tailwind.js'),
autoprefixer({
add: true,
grid: true
add: true
}),
process.env.NODE_ENV === 'production' ? purgecss({
content: [
'./src/**/*.html',
'./src/**/*.vue'
]
],
whitelist: ['body']
}) : ''
]
}

0 comments on commit 572f8dc

Please sign in to comment.