Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Nov 29, 2024
1 parent 445238a commit 5403378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/hashdotdev/src/_pages/blog/0001_block-design.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ We also included a scale for spacing that sets the base as `1rem` (16px) and cal
```css
--spacing-base: 1rem;
--space-1: calc(var(--spacing-base) * 0.25);
--space-2: calc(var(--spacing-base) * 0.5)
--space-3: calc(var(--spacing-base) * 0.75);
--space-2: calc(var(--spacing-base) * 0.5);
--space-3: calc(var(--spacing-base) * 0.75);
--space-4: var(--spacing-base);
--space-5: calc(var(--spacing-base) * 1.5);
--space-6: calc(var(--spacing-base) * 2);
Expand Down

0 comments on commit 5403378

Please sign in to comment.