Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Oct 17, 2024
1 parent 78a4456 commit d1669f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export * from "./components/MyCustomComponent/MyCustomComponent";
export const BentoProvider = createBentoProvider(config, theme, sprinkles);
```

, like we saw in [Quick Start](./Quick-Start).
, like we saw in [Quick Start](01-quick-start.mdx).

## Setting up Turborepo

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Canvas } from "@site/src/components/Canvas";
import { PackageManagerCommand } from "@site/src/components/PackageManagerCommand";

# Atoms Augmentation

Expand Down
10 changes: 5 additions & 5 deletions packages/website/docs/05-Guides/typography.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import { Canvas } from "@site/src/components/Canvas";

Bento type scale organizes styles into five roles, semantically named to describe their purposes:

- [Display](../components/Display): reserved for short, important text or numerals. Usually, they work best on large screens.
- [Headline](../components/Headline): best suited for short, high-emphasis text. These styles can be suitable for marking primary text passages or important content regions.
- [Title](../components/Title): used to divide secondary text passages or content regions.
- [Body](../components/Body): used for longer passages of text and paragraphs.
- [Label](../components/Label): utilitarian styles used for text inside of components or very small supporting text in the content body, like captions.
- [Display](../04-Components/Display.mdx): reserved for short, important text or numerals. Usually, they work best on large screens.
- [Headline](../04-Components/Headline.mdx): best suited for short, high-emphasis text. These styles can be suitable for marking primary text passages or important content regions.
- [Title](../04-Components/Title.mdx): used to divide secondary text passages or content regions.
- [Body](../04-Components/Body.mdx): used for longer passages of text and paragraphs.
- [Label](../04-Components/Label.mdx): utilitarian styles used for text inside of components or very small supporting text in the content body, like captions.

## Usage

Expand Down

0 comments on commit d1669f1

Please sign in to comment.