아래의 순서대로 작성합니다.
1. Style Order
- 레이아웃 (display, visibility, overflow, float, clear, position, top, right, bottom, left, z-index)
- Box (Width, height, margin, padding, border)
- 폰트 (font. color, letter-spacing, text-align, text-decoration, text-indent, vertical-align, white-space)
- 배경 (background)
- 기타
scss, css
파일prettier
자동 정렬을 이용한 정렬 기본 기준과 동일합니다.