节点模块-webant-handler-scss使用时需要安装SCSS文件。安装命令:$ npm install webant-handler-scss
。在配置文件中确保包含scss处理程序,例如: {"entry": "src/js/main.js", "dest": "build/main.js", "handlers": ["scss"]}
。这样就可以require SCSS文件了。示例:获取编译后的CSS:var css = require("../path/to/styles.scss");
,将CSS应用于文档:document.head.innerHTML += '';
使用node modules配置SCSS文件的步骤详解
文件列表
node-modules-webant-handler-scss-master.zip
(预估有个14文件)
node-modules-webant-handler-scss-master
.gitignore
42B
package.json
627B
.travis.yml
127B
LICENSE
1KB
README.md
1KB
lib
index.js
753B
.npmignore
42B
test
暂无评论