Reorg and prep for alpha release (#432)

This commit is contained in:
Rob Madole
2017-06-23 14:06:19 -07:00
committed by GitHub
parent cd22aeaeed
commit b3bbd192b8
1485 changed files with 62969 additions and 24515 deletions

6
scss/_fixed-width.scss Normal file
View File

@@ -0,0 +1,6 @@
// Fixed Width Icons
// -------------------------
.#{$fa-css-prefix}-fw {
width: (18em / 14);
text-align: center;
}