1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Add XS gap class to Layout

This commit is contained in:
Andrew Kingston 2021-05-06 13:58:07 +01:00
parent 6702eed782
commit 7b7ae3396a

View file

@ -44,6 +44,9 @@
padding-top: var(--spacing-l);
padding-bottom: var(--spacing-l);
}
.gap-XS {
grid-gap: var(--spacing-s);
}
.gap-S {
grid-gap: var(--spectrum-alias-grid-gutter-xsmall);
}