feat: add basic book layout

This commit is contained in:
Devin Haska 2024-02-17 23:38:53 -08:00
parent 1ffc6d1ede
commit 4c1b65ac93
5 changed files with 58 additions and 3 deletions

View file

@ -4,6 +4,14 @@
gap: {{ value }}px;
}
.row-gap-{{ key }} {
row-gap: {{ value }}px;
}
.column-gap-{{ key }} {
column-gap: {{ value }}px;
}
.p-{{ key }} {
padding: {{ value }}px;
}
@ -72,6 +80,10 @@
width: {{ value }}px;
height: {{ value }}px;
}
.radius-{{ key }} {
border-radius: {{ value }}px;
}
{% endfor %}
:root {