GavinBirkhoff / react-umi-admin

基于react18,umi4,antd5等的中后台管理模版,可以快速开展我们的业务功能。
MIT License
9 stars 3 forks source link

样式管理方案 #17

Open GavinBirkhoff opened 9 months ago

GavinBirkhoff commented 9 months ago

CSS Modules

原汁原味的css可能是最好的

CSS 预处理

less sass 写到最后很少有人去耗费精力去维护轻量代码,走过的人都留下一堆无用代码。考虑以后的项目要不要使用,还是全面拥抱css-in-js和tailwind之类的?

CSS-in-JS

  1. styled-jsx
  2. emotion
  3. styled-components

等等,顺序只代表我的倾向

Tailwind CSS

样式框架也很不错