File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff 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
2022Firstly, 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
46561 . 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
You can’t perform that action at this time.
0 commit comments