Newer
Older
dmpopidor / app / assets / stylesheets / utils / _icons.scss
@Bodacious Bodacious on 19 Oct 2018 140 bytes Update asset structure with webpacker gem
/* See `.combobox-clear-button` for an example of this mixin in use */
@mixin icon($icon) {
  @extend .fa;
  @extend .fa-#{$icon}:before;
}