From 1b14f42b9ea06fc36cde7e95ada34cf882fccae3 Mon Sep 17 00:00:00 2001 From: Guillaume NICOLAS Date: Tue, 26 Sep 2023 17:00:23 +0200 Subject: [PATCH] clean --- .../design-docs/src/tokens/Typography.mdx | 4 +- packages/storybook-docs/src/globalStyles.scss | 40 ------------------- 2 files changed, 2 insertions(+), 42 deletions(-) diff --git a/packages/design-docs/src/tokens/Typography.mdx b/packages/design-docs/src/tokens/Typography.mdx index a59a357534..88c9547d02 100644 --- a/packages/design-docs/src/tokens/Typography.mdx +++ b/packages/design-docs/src/tokens/Typography.mdx @@ -20,7 +20,7 @@ import { TokenList } from './TokenValue'; type="typography" category="heading" > -

The quick brown dog jumps over the lazy fox

+

The quick brown dog jumps over the lazy fox

## Paragraph @@ -32,7 +32,7 @@ import { TokenList } from './TokenValue'; type="typography" category="paragraph" > -

The quick brown dog jumps over the lazy fox

+

The quick brown dog jumps over the lazy fox

## Data diff --git a/packages/storybook-docs/src/globalStyles.scss b/packages/storybook-docs/src/globalStyles.scss index 606bda9c18..135d345a73 100644 --- a/packages/storybook-docs/src/globalStyles.scss +++ b/packages/storybook-docs/src/globalStyles.scss @@ -189,21 +189,6 @@ html { font: tokens.$coral-data-m; } - // content, - // div, - // p, - // ul, - // ol { - // margin-top: 0; - // font: tokens.$coral-paragraph-m; - // color: tokens.$coral-color-neutral-text; - // } - - // li { - // font: tokens.$coral-paragraph-m; - // color: tokens.$coral-color-neutral-text; - // } - blockquote { border-left: 4px solid tokens.$coral-color-accent-icon; @@ -235,30 +220,12 @@ html { h5, h6 { border: none; - // margin: tokens.$coral-spacing-l 0 tokens.$coral-spacing-m 0; color: tokens.$coral-color-neutral-text; - - // &:first-of-type { - // margin: tokens.$coral-spacing-l 0 tokens.$coral-spacing-m 0; - // } - - // &:first-child { - // margin-top: 0; - // } } h1 { font: tokens.$coral-heading-l; font-size: 3.2rem; - // margin-bottom: tokens.$coral-spacing-xs; - - // &:first-of-type { - // margin-top: 0; - // } - - // + * { - // margin-top: tokens.$coral-spacing-l; - // } + p { font: tokens.$coral-heading-m; @@ -273,7 +240,6 @@ html { h2 { font: tokens.$coral-heading-l; font-size: 2rem; - // border-bottom: tokens.$coral-border-s-solid tokens.$coral-color-neutral-border-weak; } h3 { @@ -293,12 +259,6 @@ html { } p { - // margin-bottom: tokens.$coral-spacing-m; - - // + .p { - // margin-top: calc(#{tokens.$coral-spacing-xs} * -1); - // } - code { font: tokens.$coral-data-m; color: tokens.$coral-color-neutral-text;