zoukankan      html  css  js  c++  java
  • 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下使用了 所以会有警告,忽略即可

  • 相关阅读:
    将博客搬至CSDN
    defender 月考总结
    生日祝福@陈俊翰
    个性签名
    你这是virus吧?
    (CPSCA's)CPOJC+VIJOS
    Sentence by defender
    工作制一览
    最长上升子序列
    mysql约束
  • 原文地址:https://www.cnblogs.com/zhangzs000/p/6445362.html
Copyright © 2011-2022 走看看