Skip to content

Commit 6fac8c5

Browse files
committed
docs(readme): simplify structure
1 parent a245bae commit 6fac8c5

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Balanced design system built around the [Harmony color palette](https://github.c
1515
- Single container element for top-level UI components, allowing `className` to be prepended
1616
- [Utility-first CSS with Tailwind](https://tailwindcss.com/docs/utility-first)
1717

18+
See also [inspirations](#inspirations) for more.
19+
1820
## Usage
1921

2022
Firstly, install the package:
@@ -41,6 +43,14 @@ export default function App() {
4143
}
4244
```
4345

46+
### Standalone
47+
48+
Import styles from your app’s root:
49+
50+
```ts
51+
import "juvo/styles/pregenerated.css";
52+
```
53+
4454
### With Tailwind CSS (recommended)
4555

4656
1. Add build-time dependencies:
@@ -113,14 +123,6 @@ export default function App() {
113123
@import "tailwindcss/utilities";
114124
```
115125

116-
### Standalone
117-
118-
Import styles from your app’s root:
119-
120-
```ts
121-
import "juvo/styles/pregenerated.css";
122-
```
123-
124126
## Inspirations
125127

126128
### Philosophy

0 commit comments

Comments
 (0)