Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigui committed Sep 26, 2023
1 parent e96e0c5 commit 1b14f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
4 changes: 2 additions & 2 deletions packages/design-docs/src/tokens/Typography.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { TokenList } from './TokenValue';
type="typography"
category="heading"
>
<p className="unstyled">The quick brown dog jumps over the lazy fox</p>
<p>The quick brown dog jumps over the lazy fox</p>
</TokenList>

## Paragraph
Expand All @@ -32,7 +32,7 @@ import { TokenList } from './TokenValue';
type="typography"
category="paragraph"
>
<p className="unstyled">The quick brown dog jumps over the lazy fox</p>
<p>The quick brown dog jumps over the lazy fox</p>
</TokenList>

## Data
Expand Down
40 changes: 0 additions & 40 deletions packages/storybook-docs/src/globalStyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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;
Expand All @@ -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 {
Expand All @@ -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;
Expand Down

0 comments on commit 1b14f42

Please sign in to comment.