chore: tokenize spacing

This commit is contained in:
Cory Dransfeldt 2024-03-02 13:08:41 -08:00
parent 21cc117690
commit 72c20d6b1c
No known key found for this signature in database
19 changed files with 86 additions and 81 deletions

View file

@ -1,6 +1,6 @@
.banner {
margin: var(--spacing-base) 0;
padding: .75rem;
margin: var(--sizing-base) 0;
padding: var(--sizing-md);
border: 1px solid;
border-radius: var(--rounded-lg);
}