blob: 9ca100a3e664755570e36df2da536ab30a780b9a (
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
|
//
// Component: Progress
//
// ========================================================================
// Variables
// ========================================================================
$progress-border-radius: 500px !default;
// Component
// ========================================================================
// @mixin hook-progress-bar(){}
// Miscellaneous
// ========================================================================
// @mixin hook-progress-misc(){}
|