1.0.1 • Published 7 years ago

@nuxtjs/cssnano v1.0.1

Weekly downloads
105
License
MIT
Repository
github
Last release
7 years ago

cssnano

npm npm (scoped with tag)

cssnano is a modern, modular compression tool written on top of the PostCSS ecosystem, which allows us to use a lot of powerful features in order to compact CSS appropriately. (learn more)

Setup

  • Add @nuxtjs/cssnano dependency using yarn or npm to your project
  • Add @nuxtjs/cssnano to modules section of nuxt.config.js
{
  modules: [
    '@nuxtjs/cssnano',
  ]
}