Closed unlok closed 9 years ago
https://github.com/enb-make/enb-stylus/blob/master/techs/stylus.js#L334
if (this._sourcemap && !this._sourcemap.inline) {
fix:
if (this._sourcemap && this._sourcemap !== 'inline') {
Fixed in #104
https://github.com/enb-make/enb-stylus/blob/master/techs/stylus.js#L334
fix: