stephenlacy / gulp-stylus

Stylus plugin for gulp
MIT License
223 stars 60 forks source link

include path #183

Closed Shyam-Chen closed 8 years ago

Shyam-Chen commented 8 years ago
// src/styles/vendor.styl
@import '../../node_modules/angular-material/angular-material.css'
// src/styles/vendor.styl

// failed to locate @import file angular-material/angular-material.css
@import 'angular-material/angular-material.css'

How to set lookup paths?

stylus --include <path>


use 'include': 'node_modules'

OK!