Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

postcss minify

1) npm install cssnano

2) Edit postcss.config.js:

module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
    cssnano: {}
  }
}	
 
PREVIOUS NEXT
Tagged: #postcss #minify
ADD COMMENT
Topic
Name
5+5 =