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:
@@ -45,3 +45,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@mixin space-contents($margin: 1rem) {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: $margin;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user