diff options
Diffstat (limited to 'scss/uikit/theme/utility.scss')
-rw-r--r-- | scss/uikit/theme/utility.scss | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/scss/uikit/theme/utility.scss b/scss/uikit/theme/utility.scss new file mode 100644 index 00000000..69094998 --- /dev/null +++ b/scss/uikit/theme/utility.scss @@ -0,0 +1,49 @@ +// +// Component: Utility +// +// ======================================================================== + + +// Variables +// ======================================================================== + + +// Panel +// ======================================================================== + +// @mixin hook-panel-scrollable(){} + + +// Box-shadow bottom +// ======================================================================== + +// @mixin hook-box-shadow-bottom(){} + + +// Drop cap +// ======================================================================== + + + + +// Logo +// ======================================================================== + +// @mixin hook-logo(){} + +// @mixin hook-logo-hover(){} + + +// Miscellaneous +// ======================================================================== + +// @mixin hook-utility-misc(){} + + +// Inverse +// ======================================================================== + +// @mixin hook-inverse-dropcap(){} + +// @mixin hook-inverse-logo(){} +// @mixin hook-inverse-logo-hover(){}
\ No newline at end of file |