Skip to content

Commit

Permalink
remove custom properties in place of using Open Props
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Apr 29, 2024
1 parent fbb1f3d commit 3286ab1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/stories/Styleguide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,18 +131,6 @@ This is the font intended to be used for code samples.

<span class="typography typography-secondary">The quick brown fox jumped over the lazy dog.</span>

## Spacing

The whole website is built on an 8pt Grid, and spacing is always in multiples of 8px

### `--spacing-unit`

Adding a 40px spacing will look like this;
```css
.hero {
margin: calc(5 * var(--spacing-unit));
}
```

## Components

Expand Down

0 comments on commit 3286ab1

Please sign in to comment.