index.js 207 B

123456789
  1. /* global hexo */
  2. 'use strict';
  3. hexo.config.autoprefixer = Object.assign({
  4. exclude: ['*.min.css']
  5. }, hexo.config.autoprefixer);
  6. hexo.extend.filter.register('after_render:css', require('./lib/filter'));