CSS Wishlist
@vars
{
$white:#fff;
$base:#000;
$back:url(/graphics/background.jpg) top left no-repeat;
$font:Helvetica;
}
/* and used like */
.my-div { background:$back; color:$base; font-family:$font; border:1px solid $white; }'개발 > 팁' 카테고리의 다른 글
| html5sec (0) | 2017.04.01 |
|---|---|
| RSpec basic authentication helper module for request and controller specs (0) | 2017.04.01 |
| 페이스북 컬러 (0) | 2017.01.04 |
| 워드 프레스 암호 방식과 업데이트 (0) | 2015.09.28 |
| Internet Explorer 8 검색 상자 제거하기 (0) | 2011.12.17 |