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下使用了 所以会有警告,忽略即可

  • 相关阅读:
    第十次作业
    第九次作业
    第八次作业总结
    第八次作业
    C语言总结(6)
    作业十二总结
    作业十一总结
    实验十总结
    实验九总结
    第一次附加作业
  • 原文地址:https://www.cnblogs.com/zhangzs000/p/6445362.html
Copyright © 2011-2022 走看看