hexo-autoprefixer

Autoprefixer plugin for Hexo.

Usage no npm install needed!

<script type="module">
  import hexoAutoprefixer from 'https://cdn.skypack.dev/hexo-autoprefixer';
</script>

README

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