CSS命名及书写规范

CSS命名规范

  • BEM(Block、Element、Modifier)  https://segmentfault.com/a/1190000000391762
  • OOCSS(面向对象的CSS)                        http://v3.bootcss.com/css/#type

CSS书写规范

参考http://www.shejidaren.com/css-written-specifications.html

1.位置属性(position, top, right, z-index, display, float等)
2.大小(width, height, padding, margin)
3.文字系列(font, line-height, letter-spacing, color- text-align等)
4.背景(background, border等)
5.其他(animation, transition等)

CSS命名及书写规范

By qiaoshuyi

CSS命名及书写规范

  • 482