initial commit of base template

This commit is contained in:
David Miller
2014-10-24 21:12:41 -04:00
parent 41dafbbc17
commit ca85e4081f
81 changed files with 42650 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
// Base Class Definition
// -------------------------
.#{$fa-css-prefix} {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}