2017-2-26
https://zhuanlan.zhihu.com/p/20495964?columnSlug=purerender
CSS Modules 详解及 React 中实践
Compose 来组合样式
对于样式复用,CSS Modules 只提供了唯一的方式来处理:`composes` 组合
SASS
http://www.w3cplus.com/preprocessor/use-ampersand-in-selector-name-with-Sass.html
http://www.w3cplus.com/preprocessor/Sass-3-3-new-feature-at-root-bem.html
Ruby安装sass时又出现问题
http://www.th7.cn/system/lin/201503/97354.shtml
http://blog.csdn.net/mgr406176009/article/details/49363369
https://github.com/alibaba/ruby.taobao.org/issues/53
最终的命令:
gem sources -a http://gems.ruby-china.org/
成功!!!!!!!!!!!!
然后:
gem install sass
fsevent是mac osx系统的,你是在win或者Linux下使用了 所以会有警告,忽略即可