2012年10月14日 星期日

Compass 建立一個專案

$ mkdir mystyle
$ cd mystyle
$ compass create
$ cd sass
$ vi test.sass
td, th
padding: 4px

thead th
text-align: center
background: #E6EDF5
color: #4F76A3
font-size: 100% !important

tbody th
font-weight: bold

tbody tr
background: #FCFDFE

tbody tr.odd
background: #F7F9FC
$ cd ../../
$ compass compile mystyle




沒有留言:

張貼留言