You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

50 lines
972 B

//
// Component: Icon
//
// ========================================================================
// Variables
// ========================================================================
// Style modifiers
// ========================================================================
//
// Link
//
// @mixin hook-icon-link(){}
// @mixin hook-icon-link-hover(){}
// @mixin hook-icon-link-active(){}
//
// Button
//
// @mixin hook-icon-button-hover(){}
// @mixin hook-icon-button-active(){}
// Miscellaneous
// ========================================================================
// @mixin hook-icon-misc(){}
// Inverse
// ========================================================================
// @mixin hook-inverse-icon-link(){}
// @mixin hook-inverse-icon-link-hover(){}
// @mixin hook-inverse-icon-link-active(){}
// @mixin hook-inverse-icon-button(){}
// @mixin hook-inverse-icon-button-hover(){}
// @mixin hook-inverse-icon-button-active(){}