Conversion to SASS

See updated README.md for details.
This commit is contained in:
Mike Francis 2013-01-01 18:11:50 +00:00
parent 83030c60c0
commit df85ee4450
13 changed files with 513 additions and 249 deletions

7
css/_main.css Normal file
View file

@ -0,0 +1,7 @@
.icon {
display: inline-block;
*display: inline;
width: 16px;
height: 16px;
vertical-align: text-top;
background: red; }