hexo-clean-css

March 13, 2022 ยท View on GitHub

NPM version

Minify CSS files with clean-css.

Installation

$ npm install hexo-clean-css --save

Options

clean_css:
  exclude: 
    - '*.min.css'
  • exclude: Exclude files

Contents

  1. 1Installation
  2. 2Options