blob: 01f1761ca3c811790b67bb475af96281c27e8e14 (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
//
// Component: Countdown
//
// ========================================================================
// Variables
// ========================================================================
// Component
// ========================================================================
// @mixin hook-countdown(){}
// Item
// ========================================================================
// @mixin hook-countdown-item(){}
// Number
// ========================================================================
// @mixin hook-countdown-number(){}
// Separator
// ========================================================================
// @mixin hook-countdown-separator(){}
// Label
// ========================================================================
// @mixin hook-countdown-label(){}
// Miscellaneous
// ========================================================================
// @mixin hook-countdown-misc(){}
// Inverse
// ========================================================================
// @mixin hook-inverse-countdown-item(){}
// @mixin hook-inverse-countdown-number(){}
// @mixin hook-inverse-countdown-separator(){}
// @mixin hook-inverse-countdown-label(){}
|