摘要: 在我们的产品中,均使用CSS Modules来作为样式解决方案,大致的代码是这样的: import React from 'react'; import styles from './table.css'; export default class Table extends React.Compo 阅读全文
posted @ 2018-05-11 16:28 {前端开发} 阅读(2647) 评论(0) 推荐(0) 编辑
摘要: 自己的react项目用到了css-modules,由于不太想在写className时写style.xxx于是google解决方案,找到了这货->babel-plugin-react-css-modules。 然而写配置时踩了无数坑,网上唯一一篇中文讲使用的文章也过时了(webpack...),结合g 阅读全文
posted @ 2018-05-11 14:12 {前端开发} 阅读(1303) 评论(0) 推荐(0) 编辑