CSS -> LESS 로 변환 썸네일형 리스트형 CSS -> LESS 로 변환 div.section { width: 500px; margin: 0 auto; border: solid 1px #999; padding: 1px; } div.section h3 { background: #999; font-size: 131%; padding: 10px; } div.section h3 a { color: #fff; } div.section h3 a:hover { color: #eee; } div.section p { padding: 10px; } CSS - > LESS 으로 변환하면 아래와 같이 간결 div.section { width: 500px; margin: 0 auto; border: solid 1px #999; padding: 1px; h3 { background: #999; fo.. 더보기 이전 1 다음