Split styleguide CSS into modular files per section/pattern/layout/page
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/* ========================================================= */
|
||||
/* Components: Typography */
|
||||
/* ========================================================= */
|
||||
|
||||
.sg-typography-preview {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--spacing-small);
|
||||
color: var(--text-typography-preview);
|
||||
}
|
||||
|
||||
.sg-typography-preview h1,
|
||||
.sg-typography-preview h2,
|
||||
.sg-typography-preview p {
|
||||
color: var(--text-typography-preview);
|
||||
margin-top: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user