2.0.0 • Published 5 years ago

hexo-autoprefixer v2.0.0

Weekly downloads
135
License
MIT
Repository
github
Last release
5 years ago

hexo-autoprefixer

Build Status npm version Coverage Status

Autoprefixer plugin for Hexo.

Installation

$ npm install hexo-autoprefixer --save

Options

Configure Autoprefixer in your Hexo config.

autoprefixer:
  exclude:
    - '*.min.css'
  browsers:
    - 'last 2 versions'
  • exclude: Exclude files

See https://github.com/postcss/autoprefixer