Project

General

Profile

1
//
2
// Component: List
3
//
4
// ========================================================================
5

    
6

    
7
// Variables
8
// ========================================================================
9

    
10
//
11
// New
12
//
13

    
14
$list-striped-border-width:                      $global-border-width !default;
15
$list-striped-border:                            $global-border !default;
16

    
17

    
18
// Style modifiers
19
// ========================================================================
20

    
21
// @mixin hook-list-divider(){}
22

    
23

    
24

    
25
// @mixin hook-list-bullet(){}
26

    
27

    
28
// Miscellaneous
29
// ========================================================================
30

    
31

    
32

    
33

    
34
// Inverse
35
// ========================================================================
36

    
37
// @mixin hook-inverse-list-divider(){}
38

    
39
// @mixin hook-inverse-list-bullet(){}
(30-30/59)