mirror of https://github.com/lukechilds/docs.git
39 lines
821 B
39 lines
821 B
7 years ago
|
//
|
||
|
// Component: Sortable
|
||
|
//
|
||
|
// ========================================================================
|
||
|
|
||
|
|
||
|
// Variables
|
||
|
// ========================================================================
|
||
|
|
||
|
|
||
|
// Component
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-sortable(){}
|
||
|
|
||
|
|
||
|
// Drag
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-sortable-drag(){}
|
||
|
|
||
|
|
||
|
// Placeholder
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-sortable-placeholder(){}
|
||
|
|
||
|
|
||
|
// Empty
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-sortable-empty(){}
|
||
|
|
||
|
|
||
|
// Miscellaneous
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-sortable-misc(){}
|