mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.2 KiB
54 lines
1.2 KiB
6 years ago
|
//
|
||
|
// 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(){}
|