cristianferrarig / font-awesome-middleman

Font-Awesome web fonts and stylesheets as a Middleman engine
MIT License
51 stars 16 forks source link

Update fa 4.2.0 #11

Closed trenton42 closed 10 years ago

trenton42 commented 10 years ago
ProjectFrank commented 10 years ago

:thumbsup:

cristianferrarig commented 10 years ago

Thanks @trenton42 :+1: I appreciate it

trenton42 commented 10 years ago

Thanks @cristianferrarig for merging!

cristianferrarig commented 10 years ago

You're welcome! Please, remember maintain the @if statement wrapping the utilities classes. This is for when you only need the icon classes.

ex:

@if $fa-enable-utilities {
  .#{$fa-css-prefix}-fw {
    width: (18em / 14);
    text-align: center;
  }
}

Thanks again! :v:

trenton42 commented 10 years ago

Ah shoot, I missed that one.