feat: Adapt new hippie-style structure
Sass deprecations removed.
This commit is contained in:
parent
d9f7ae1ff9
commit
c1fea8064e
11 changed files with 166 additions and 147 deletions
|
|
@ -1,9 +1,11 @@
|
|||
@use "../../hippie-style/hippie";
|
||||
|
||||
#grid {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-auto-rows: minmax(64px, auto);
|
||||
margin-inline: $space_small;
|
||||
margin-inline: hippie.$space_small;
|
||||
}
|
||||
|
||||
#grid>div {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue