2019年2月15日
摘要: https://www.jianshu.com/p/29f552d634ff 阅读全文
posted @ 2019-02-15 17:53 小虾米吖~ 阅读(147) 评论(0) 推荐(0)
摘要: /*基础语法*/h1{ color: red;} /*变量定义*/ $color: red; /*嵌套*/body{ header{ } footer{ }} /*mixin函数*/@mixin alert($color: blue){ color: $color;} /*继承*/.blcok{ w 阅读全文
posted @ 2019-02-15 17:28 小虾米吖~ 阅读(335) 评论(0) 推荐(0)
摘要: 依赖ruby,所以需要安装Ruby 如何安装Ruby呢?在windows下通过RubyInstaller来安装,安装过程中需要选择第二项 1.ruby -v 2.gem install sass (如果这个步骤报错就运行以下) 3.gem sources --remove https://rubyg 阅读全文
posted @ 2019-02-15 10:11 小虾米吖~ 阅读(211) 评论(0) 推荐(0)