Nuxt/examples/tailwindcss/nuxt.config.js
Jakub Kotek b040777ac5
Remove ignored postcss options
Info about ignoring the postcss option when the postcss.config.js file is present.
https://nuxtjs.org/api/configuration-build#postcss
2018-03-13 13:49:38 +01:00

4 lines
58 B
JavaScript

module.exports = {
css: ['~/assets/css/tailwind.css']
}