diff --git a/src/stories/Styleguide.mdx b/src/stories/Styleguide.mdx index d1c2432a..75714a17 100644 --- a/src/stories/Styleguide.mdx +++ b/src/stories/Styleguide.mdx @@ -131,18 +131,6 @@ This is the font intended to be used for code samples. The quick brown fox jumped over the lazy dog. -## 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