UNPKG

gulp-customize-bootstrap

Version:

A gulp plugin that overrides Bootstrap's core Sass or Less files without modifying Bootstrap

15 lines (12 loc) 191 B
module.exports = function () { return { files: [ 'customizeBootstrap.js' ], tests: ['test/*.js'], env: { type: 'node' }, testFramework: 'mocha' } };