feat: New variants

- Add flex inline placeholder
- Add hr vertical class
This commit is contained in:
sthag 2025-06-20 17:02:27 +02:00
parent c268f4fdca
commit 1a3c25d8b5
2 changed files with 23 additions and 0 deletions

View file

@ -173,6 +173,18 @@
// Flex & grid
// -----------------------------------------------------------------------------
%flex-inline {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
gap: $space_half $space_basic;
}
// Positioned elements
// -----------------------------------------------------------------------------
%viewport_fixed {