33 lines
635 B
Plaintext
33 lines
635 B
Plaintext
//
|
|
// Component: Section
|
|
//
|
|
// ========================================================================
|
|
|
|
|
|
// Variables
|
|
// ========================================================================
|
|
|
|
|
|
// Component
|
|
// ========================================================================
|
|
|
|
.hook-section() {}
|
|
|
|
|
|
// Style modifiers
|
|
// ========================================================================
|
|
|
|
.hook-section-default() {}
|
|
|
|
.hook-section-muted() {}
|
|
|
|
.hook-section-primary() {}
|
|
|
|
.hook-section-secondary() {}
|
|
|
|
|
|
// Miscellaneous
|
|
// ========================================================================
|
|
|
|
.hook-section-misc() {}
|