标签: stylus
有没有办法避免手写笔中的@require '../../../../xyz?如果我@require 'xyz只有node.js(带有node_modules),那么Stylus会自动查找祖先文件夹吗?
@require '../../../../xyz
@require 'xyz
答案 0 :(得分:0)
是的,您应该使用--resolve-url选项并将您的资源文件夹添加到路径 命令行:
stylus --include <path>
或者使用paths参数gulp-stylus或grunt-contrib-stylus
paths