sass安装_html/css_WEB-ITnose
程序员文章站
2022-04-30 20:57:02
...
sass 基于Ruby,首先需要安装Ruby。当然也有node-sass,那是另外一种使用方式了。如果能FQ的,就不用看了,主要写给翻不了墙的人用。
1.安装Ruby,ruby下载地址:
http://rubyinstaller.org/downloads
2.添加镜像,淘宝镜像我试了N次都没有成功,最后用另外一个镜像试成功了。https://gems.ruby-china.org/ 。
淘宝镜像的地址:gem sources -a https://ruby.taobao.org/ ,大家可以试一下,如果能成功最好了。
命令
http协议的命令
gem sources --add https://gems.ruby-china.org/
如果不成功试一下http协议的地址:
gem sources --add http://gems.ruby-china.org/
查看镜像是否添加成功:
gem sources -l
成功时会显示如下
3.安装sass
gem install sass
查看sass版本号
sass -v
链接:
https://rubygems.org/gems/sass/versions/3.4.21
https://github.com/ruby-china/rubygems-mirror/wiki
推荐阅读
-
【译】女程序员的正能量_html/css_WEB-ITnose
-
【HTML】-常用标记-新闻发布系统_html/css_WEB-ITnose
-
对position属性的总结_html/css_WEB-ITnose
-
50 Useful CSS Snippets Every Designer Should Have_html/css_WEB-ITnose
-
使用 CSS & jQuery 制作一款漂亮的多彩时钟_html/css_WEB-ITnose
-
史上最全的css hack(ie6-9,firefox,chrome,opera,safari)_html/css_WEB-ITnose
-
刚学extjs 导入文件的时候 一直报错 求大神解决_html/css_WEB-ITnose
-
居中方法_html/css_WEB-ITnose
-
给li加上float属性后跳出div层_html/css_WEB-ITnose
-
Codeforces Round #251 (Div. 2)-C,D_html/css_WEB-ITnose