immutable-styles 新的css style 开发模式

immutable-styles 是一个开源的library,可以方便我们开发强壮以及可预测的web 界面,不用担心其他css 的影响

特性

  • 编译时错误提示
  • 防止css 覆盖
  • 分离破坏点
  • 严格继承
  • 重复属性捕获
  • 不可变混入
  • 使用jsx 编写

参考资料

https://github.com/callum-hart/immutable-styles
https://callum-hart.gitbook.io/immutable-styles/motivation

       

相关文章