Split styleguide CSS into modular files per section/pattern/layout/page

This commit is contained in:
2026-05-25 08:29:52 +02:00
parent e13ce0ad23
commit 3e9c273823
18 changed files with 3273 additions and 3256 deletions
+17
View File
@@ -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;
}