首页 > 代码库 > webstorm 配置scss的问题

webstorm 配置scss的问题

先安装ruby,在windows/system32目录下 

1.先查询源是什么 gem sources

2.移除原有的源头 gem sources -r http://xxxxx;

3.添加腾讯云地址 gem sources -a http://gems.ruby-china.org/;

4.在此目录下安装sass,   gem install sass

5.在安装ruby的目录下找到scss.bat文件配置到webstorm tool下

webstorm 配置scss的问题