mirror of
https://github.com/awesome-skills/code-review-skill.git
synced 2026-03-22 02:19:32 +08:00
- CSS 变量 vs 硬编码规范 - !important 使用规范 - 性能优化(transition: all, box-shadow 动画, reflow) - 响应式设计检查点(Mobile First, 断点) - 浏览器兼容性(Autoprefixer, 回退策略) - Less/Sass 嵌套深度和 Mixin 使用