index.js 101 Bytes Edit Raw Blame History 1 2 3 4 module.exports = process.env.STYLUS_COV ? require('./lib-cov/stylus') : require('./lib/stylus');