Project

General

Profile

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

    
6

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

    
10
//
11
// New
12
//
13

    
14
$text-meta-link-color:                           $text-meta-color !default;
15
$text-meta-link-hover-color:                     $global-color !default;
16

    
17

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

    
21
// @mixin hook-text-lead(){}
22

    
23

    
24

    
25

    
26
// Size modifiers
27
// ========================================================================
28

    
29
// @mixin hook-text-small(){}
30

    
31
// @mixin hook-text-large(){}
32

    
33

    
34
// Background modifier
35
// ========================================================================
36

    
37
// @mixin hook-text-background(){}
38

    
39

    
40
// Miscellaneous
41
// ========================================================================
42

    
43
// @mixin hook-text-misc(){}
44

    
45

    
46
// Inverse
47
// ========================================================================
48

    
49
// @mixin hook-inverse-text-lead(){}
50
// @mixin hook-inverse-text-meta(){}
(52-52/59)