mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
b040777ac5
Info about ignoring the postcss option when the postcss.config.js file is present. https://nuxtjs.org/api/configuration-build#postcss
4 lines
58 B
JavaScript
4 lines
58 B
JavaScript
module.exports = {
|
|
css: ['~/assets/css/tailwind.css']
|
|
}
|