Update nuxt.config.js

This commit is contained in:
Erik Campobadal 2018-02-19 19:36:45 +01:00 committed by GitHub
parent 4a5aa48b44
commit fc94bce2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
module.exports = {
build: {
postcss: [
require('tailwindcss')('./tailwind.js'),
require('autoprefixer')
],
},
css: ['~/assets/css/tailwind.css']
}