Skip to content

Commit 32f652c

Browse files
committed
revert changes to getting started
1 parent 12d1817 commit 32f652c

File tree

1 file changed

+3
-12
lines changed
  • packages/docs/src/pages/getting-started

1 file changed

+3
-12
lines changed

packages/docs/src/pages/getting-started/index.mdx

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,13 @@ title: Getting Started
44

55
# Getting Started
66

7-
The `theme-ui` package includes a recommended set of packages out of the box, including [MDX support](/packages/mdx) and a set of [primitive UI components](/packages/components).
8-
However, if you would prefer a minimal installation, you can instead start with the `@theme-ui/core` package. For more information, see the [core package documention](/packages/core).
9-
10-
## Setup
11-
12-
### 1. Install Theme UI:
7+
Install Theme UI.
138

149
```sh
1510
npm i theme-ui
1611
```
1712

18-
### 2. Create a theme object
19-
20-
Include custom color, typography, and layout values:
13+
Create a theme object to include custom color, typography, and layout values.
2114

2215
```js
2316
// example theme.js
@@ -41,9 +34,7 @@ If you're using Gatsby, see the [Getting Started with Gatsby](/getting-started/g
4134

4235
</Note>
4336

44-
### 3. Add the theme to your application
45-
46-
Using the `ThemeProvider`, pass in the `theme` object as a prop:
37+
Add the theme to your application with the `ThemeProvider`, passing in the `theme` object as a prop.
4738

4839
```jsx
4940
// basic usage

0 commit comments

Comments
 (0)