mirror of https://github.com/lukechilds/docs.git
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.
45 lines
1.0 KiB
45 lines
1.0 KiB
//
|
|
// Component: Breadcrumb
|
|
//
|
|
// ========================================================================
|
|
|
|
|
|
// Variables
|
|
// ========================================================================
|
|
|
|
|
|
// Component
|
|
// ========================================================================
|
|
|
|
// @mixin hook-breadcrumb(){}
|
|
|
|
|
|
// Items
|
|
// ========================================================================
|
|
|
|
// @mixin hook-breadcrumb-item(){}
|
|
|
|
// @mixin hook-breadcrumb-item-hover(){}
|
|
|
|
// @mixin hook-breadcrumb-item-disabled(){}
|
|
|
|
// @mixin hook-breadcrumb-item-active(){}
|
|
|
|
// @mixin hook-breadcrumb-divider(){}
|
|
|
|
|
|
// Miscellaneous
|
|
// ========================================================================
|
|
|
|
// @mixin hook-breadcrumb-misc(){}
|
|
|
|
|
|
// Inverse
|
|
// ========================================================================
|
|
|
|
// @mixin hook-inverse-breadcrumb-item(){}
|
|
// @mixin hook-inverse-breadcrumb-item-hover(){}
|
|
// @mixin hook-inverse-breadcrumb-item-disabled(){}
|
|
// @mixin hook-inverse-breadcrumb-item-active(){}
|
|
|
|
// @mixin hook-inverse-breadcrumb-divider(){}
|