blob: 6d7f761b6eafa41b180e23326bcba20374080a7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
//
// Component: Section
//
// ========================================================================
// Variables
// ========================================================================
// Component
// ========================================================================
// @mixin hook-section(){}
// Style modifiers
// ========================================================================
// @mixin hook-section-default(){}
// @mixin hook-section-muted(){}
// @mixin hook-section-primary(){}
// @mixin hook-section-secondary(){}
// Miscellaneous
// ========================================================================
// @mixin hook-section-misc(){}
|