1.安裝ruby.exe
2.
設(shè)置代理
set http_proxy=url
設(shè)置源
gem sources --add https://gems.ruby-china.org/ --remove https://rubygems.org/
安裝:
gem install sass
2.
設(shè)置代理
set http_proxy=url
設(shè)置源
gem sources --add https://gems.ruby-china.org/ --remove https://rubygems.org/
安裝:
gem install sass
2017-11-27
從0開始SCSS。了解原來有這么多預(yù)處理器,目前在開始接觸SCSS,除了使用了層級嵌套的知識點(diǎn)。菜鳥記錄,不喜勿噴
2017-11-20
$w1:200px; $h1:300px; body{; width:$w1; height:$h1; }
2017-11-16