0.0.5 • Published 9 years ago

hexo-generator-autoprefixer v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
9 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

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago