1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:39:26 +00:00

Add space-contents mixin

This commit is contained in:
2022-03-03 01:51:47 +00:00
parent 74bc82e5a3
commit fbb4b7bccd

View File

@@ -45,3 +45,9 @@
} }
} }
} }
@mixin space-contents($margin: 1rem) {
display: flex;
flex-direction: column;
gap: $margin;
}