Update nuxt.config.js

This commit is contained in:
Sébastien Chopin 2018-02-20 12:56:39 +01:00 committed by GitHub
parent fc94bce2a6
commit d2f14e3e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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