Skip to content

Commit 464b5c7

Browse files
committed
Edit readmes
1 parent e06fb0f commit 464b5c7

File tree

7 files changed

+11
-3
lines changed

7 files changed

+11
-3
lines changed

packages/color-modes/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
Adds support for user-controlled color modes
55

6+
https://theme-ui.com
7+
68
**Note:** *This package is included in the main `theme-ui` package, and generally should not be used on its own.*
79

810
```sh

packages/core/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
Core Emotion and JSX implementation for Theme UI
55

6+
https://theme-ui.com
7+
68
**Note:** *This package is included in the main `theme-ui` package, and generally should not be used on its own.*
79

810
```sh

packages/css/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ This package powers the `sx` prop in Theme UI.
77
```sh
88
npm i @theme-ui/css
99
```
10+
11+
https://theme-ui.com

packages/custom-properties/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Generate CSS custom properties for use with Theme UI.
44

5+
https://theme-ui.com
56

67
## Installation
78

packages/gatsby-plugin-theme-ui/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ module.exports = {
1616
In addition to providing context, this plugin will also
1717
prevent a flash of unstyled colors when using color modes.
1818

19-
It **does not** apply default typographic styles in your application. See the [`Styled.root` docs](https://theme-ui.com/styled#styledroot) for how to handle base typographic styles.
20-
2119
## Customizing the theme
2220

2321
To customize the theme used in your Gatsby site,

packages/mdx/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
MDX component context for Theme UI
55

6+
https://theme-ui.com
7+
68
**Note:** *This package is included in the main `theme-ui` package, and generally should not be used on its own.*
79

810
```sh
@@ -11,8 +13,8 @@ npm i @theme-ui/mdx
1113

1214
## API
1315

14-
- `styled`
1516
- `themed`
1617
- `Styled`
1718
- `components`
1819
- `MDXProvider`
20+

packages/theme-provider/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
**Note:** This package is a hack to fix export order produced by microbundle.
33
Use the main `theme-ui` package or `@theme-ui/core` instead.
44

5+
https://theme-ui.com

0 commit comments

Comments
 (0)