반응형
- CSS는 이미 hyphen을 사용하고 있습니다.
- margin-left, padding-top, font-size 등 이미 CSS는 hyphen으로 되어있습니다.
- jQuery 또한 모두 hyphen으로 되어있습니다.
- 가독성이 더 좋습니다.
- navHome -> nav-home
- marginLeft -> margin-left
- paddingTop -> padding-top
- hyphen을 사용하면 CSS에서 제공하는 selector를 사용할 수 있습니다.
reference
http://jasonbuckboyer.com/playground/use-hyphens-in-css/
Use Hyphens in Your CSS Naming Conventions
CSS is already a hyphen-happy syntax margin-left, padding-top, font-size, etc. We already write CSS with hyphens. It's natural and consistent to use hyphens for our CSS declarations and our HTML class names and IDs. It is inconsistent to make our class nam
jasonbuckboyer.com
728x90
반응형