CSS 코드가 점점 길어질수록 어디에 어떤 내용이 있는지 찾기가 힘들어진다. 선언 순서를 따르면 협업은 물론 혼자 개발을 할 때에도 도움이 될 것 같다.
모질라 파이어폭스 CSS 선언 순서
- display
- list-style
- position
- float
- clear
- width/height
- padding/margin
- border/background
- color/font
- text-decoration
- text-align/vertical-align
- white-space
- other text
- content
상세 버전
- (레이아웃)
- display
- visibility
- overflow
- float
- clear
- position
- top
- right
- bottom
- left
- z-index
- (Box)
- width
- height
- margin
- padding
- border
- (배경)
- background
- (폰트)
- color
- letter-spacing
- text-align
- text-decoration
- text-indent
- vertical-align
- white-space
- (동작)
- animation
- 기타