Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
fis-parser-sass
Advanced tools
新版本已改成 dart-sass 了,纯 js 版本,相比 fis-parser-node-sass (libsass) 版本要慢一点。但是这个版本跟 Ruby 版本功能上是比较接近的。
https://github.com/sass/dart-sass/blob/master/differences.md
全局安装
npm install fis-parser-sass -g
开启插件
fis.config.merge("modules.parser", {
sass: "sass",
scss: "sass",
});
fis.config.merge("roadmap.ext", {
sass: "css",
scss: "css",
});
插件配置
fis.config.set("settings.parser.sass", {
// 加入文件查找目录
include_paths: [],
});
FAQs
A parser plugin for fis to compile sass file.
The npm package fis-parser-sass receives a total of 22 weekly downloads. As such, fis-parser-sass popularity was classified as not popular.
We found that fis-parser-sass demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.