Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

nickfrez / unb-pretty   js

Repository URL to install this package:

/ modules / icons.styl

// ############################################################################
// Icons
// ############################################################################
//
// Icon defaults (inherited by the icon sets).
//
//
// TODO(nick): Icons should inherit from these defaults.  Also, there should be
//             a set of standard UNB Pretty icons, instead of just exposing
//             Font Awesome, that defines standard icon names and styles.
//

$icon {
    color: $color.font.primary.icon;
}