browserify-css.js 94 B

1234567
  1. 'use strict';
  2. module.exports = {
  3. autoInject: true,
  4. minify: true,
  5. rootDir: '.',
  6. };