Closed Shyam-Chen closed 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'
'include': 'node_modules'
OK!
How to set lookup paths?
stylus --include <path>
use
'include': 'node_modules'
OK!