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.

41 lines
953 B

//
// Component: Pagination
//
// ========================================================================
// Variables
// ========================================================================
// Component
// ========================================================================
// @mixin hook-pagination(){}
// Items
// ========================================================================
// @mixin hook-pagination-item-hover(){}
// @mixin hook-pagination-item-active(){}
// @mixin hook-pagination-item-disabled(){}
// Miscellaneous
// ========================================================================
// @mixin hook-pagination-misc(){}
// Inverse
// ========================================================================
// @mixin hook-inverse-pagination-item(){}
// @mixin hook-inverse-pagination-item-hover(){}
// @mixin hook-inverse-pagination-item-active(){}
// @mixin hook-inverse-pagination-item-disabled(){}