Skip to content

hexojs/hexo-autoprefixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
  • exclude: Exclude files

In hexo-autoprefixer@2.0.0 please specify browser option in package.json or .browserslistrc instead of _config.yaml. Please see Browserslist: Config file.

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