Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Last active April 24, 2018 06:11
Show Gist options
  • Save seven-phases-max/b115e52bb7367ff373e751aeb9d28f8f to your computer and use it in GitHub Desktop.
Save seven-phases-max/b115e52bb7367ff373e751aeb9d28f8f to your computer and use it in GitHub Desktop.
@han_cart_icon: fa-shopping-cart;
@han_fa_name: "Font Awesome\ 5 Free";
.change_basket_icon() when (@han_cart_icon = fa-shopping-cart) {
i.ty-icon-moon-commerce,
.ty-icon-basket {
font-family: @han_fa_name;
&:before {
content: "\f07a";
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment