Release 5.0.0-alpha7

This commit is contained in:
robmadole
2017-07-28 14:11:37 -05:00
committed by Rob Madole
parent dfd21c9399
commit 7f3e9f7300
419 changed files with 18972 additions and 10228 deletions

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

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