fis3-demo icon indicating copy to clipboard operation
fis3-demo copied to clipboard

sass 忽视所有 _开头的文件

Open imsunhao opened this issue 8 years ago • 1 comments

imsunhao avatar Feb 16 '17 10:02 imsunhao

应该是这样, _xxx.scss sass 插件内部能找到。

fis.match('_*.scss', {
     release: false
});

2betop avatar Feb 16 '17 10:02 2betop