UNPKG

pourover

Version:

A library for simple, fast filtering and sorting of large collections in the browser

10 lines (7 loc) 211 B
module.exports = function(opts) { var implicit = (opts && opts.implicit == false) ? false : true; return function(style){ style.include(__dirname); if (implicit) { style.import('rupture'); } } }