diff options
Diffstat (limited to 'scss/uikit/theme/section.scss')
-rw-r--r-- | scss/uikit/theme/section.scss | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/scss/uikit/theme/section.scss b/scss/uikit/theme/section.scss new file mode 100644 index 00000000..6d7f761b --- /dev/null +++ b/scss/uikit/theme/section.scss @@ -0,0 +1,32 @@ +// +// Component: Section +// +// ======================================================================== + + +// Variables +// ======================================================================== + + +// Component +// ======================================================================== + +// @mixin hook-section(){} + + +// Style modifiers +// ======================================================================== + +// @mixin hook-section-default(){} + +// @mixin hook-section-muted(){} + +// @mixin hook-section-primary(){} + +// @mixin hook-section-secondary(){} + + +// Miscellaneous +// ======================================================================== + +// @mixin hook-section-misc(){} |