977 B
977 B
css书写顺序
-
定位属性:
position display float left top right bottom overflow clear z-index
-
自身属性:
width height padding border margin background
-
文字样式:
font-family font-size font-style font-weight font-varient color
-
文本属性:
text-align vertical-align text-wrap text-transform text-indent text-decoration letter-spacing word-spacing white-space text-overflow
-
css3中新增属性:
content box-shadow border-radius transform
class类名的顺序:
- 自定义的class类名(遵循BEM命名法)
- css插件提供的类名按照以上的css属性对应的顺序
例如:自定义类名结合tailwind css