fex-team / fis-parser-node-sass

Use node-sass to parser sass for fis/fis3.
MIT License
31 stars 23 forks source link

为什么不会忽略_*.scss #12

Open icssjs opened 8 years ago

icssjs commented 8 years ago

parser.node-sass: Undefined variable: "$color". [F:/sass/common/_init.scss 2:12] [F:/workspace/fws-web/sass/common/_init.scss]

2betop commented 8 years ago

配合 fis-conf.js

fis.match('_*.*', {
  release: false
})
2betop commented 8 years ago

确实在插件这层可以忽略掉 _ 打头的文件独立编译。

icssjs commented 8 years ago

谢谢,希望下个版本处理一下吧!