在react中使用css module
摘要:
刚开始使用react, 发现react的cssmodule不是很好用, 每次都需要 import style from './index.module.scss' import cls from 'classnames' ... <div className={style.xxx}></div> . 阅读全文
posted @ 2021-07-14 18:24 秦伟杰 阅读(2026) 评论(0) 推荐(0) 编辑