0.0.5 • Published 11 years ago

hexo-generator-autoprefixer v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
11 years ago

Hexo-generator-autoprefixer

This is a hexo generator plugin. It will parse CSS and add vendor prefixes using values from Can I Use after hexo generate with Autoprefixer

#Install

$ npm install -S hexo-generator-autoprefixer

#Option You can configure this plugin in _config.yml.

autoprefixer:
  enable: true
  debug: true
  cascade: false
  browsers:
    - '> 1%'
    - 'last 2 versions'
  safe: true
  • enable: should autoprefix enabled
  • debug: should show log
  • cascade: should Autoprefixer uses Visual Cascade, if CSS will be uncompressed
  • browsers: list of browsers, which are supported in your project
  • safe: enables Safe Mode(a special safe mode to parse broken CSS) in PostCSS. By default false
0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago