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.
39 lines
819 B
39 lines
819 B
//
|
|
// Component: List
|
|
//
|
|
// ========================================================================
|
|
|
|
|
|
// Variables
|
|
// ========================================================================
|
|
|
|
//
|
|
// New
|
|
//
|
|
|
|
$list-striped-border-width: $global-border-width !default;
|
|
$list-striped-border: $global-border !default;
|
|
|
|
|
|
// Style modifiers
|
|
// ========================================================================
|
|
|
|
// @mixin hook-list-divider(){}
|
|
|
|
|
|
|
|
// @mixin hook-list-bullet(){}
|
|
|
|
|
|
// Miscellaneous
|
|
// ========================================================================
|
|
|
|
// @mixin hook-list-misc(){}
|
|
|
|
|
|
// Inverse
|
|
// ========================================================================
|
|
|
|
// @mixin hook-inverse-list-divider(){}
|
|
|
|
// @mixin hook-inverse-list-bullet(){}
|