We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fis.match('*.scss', { rExt: '.css', parser: fis.plugin('node-sass', { // options... }) })
The text was updated successfully, but these errors were encountered:
其实就是一个 node-sass 的一个包装,直接参考这里面的 options 说明吧。
https://github.com/sass/node-sass
Sorry, something went wrong.
跪求小例子 !https://github.com/sass/node-sass 英文真看不懂!
@2betop 求demo 不编译呀,release 后还是sass 之前用less 是好的,求助
https://github.com/fex-team/fis3-demo
No branches or pull requests
fis.match('*.scss', {
rExt: '.css',
parser: fis.plugin('node-sass', {
// options...
})
})
The text was updated successfully, but these errors were encountered: