Skip to content

Commit 438293d

Browse files
authored
Update README.md
1 parent e1b8dbd commit 438293d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88

99
<br>
1010

11-
`postcss-jit-props` watches for CSS variables and ensures a value entry exists in the stylesheet.
11+
`postcss-jit-props` watches for CSS variables and ensures a value entry exists in the stylesheet. [Try in browser](https://stackblitz.com/edit/postcss-jit-props-sandbox?file=postcss.config.js)
1212

13-
This lets you provide a huge pool of properties for development and design, and rather than try and purge unused variables, only adds what was used.
14-
15-
Plugin supports providing variables as **Javascript, JSON or CSS** 👍
13+
This lets you **provide a huge pool of properties** for development and design, and rather than try and purge unused variables, **only adds what was used**.
1614

1715
<br>
1816

@@ -75,7 +73,7 @@ npm install --save-dev postcss-jit-props
7573

7674
<br>
7775

78-
**Step 2:** Add the plugin to plugins in `postcss.config.js` and **pass it your props**.
76+
**Step 2:** Add the plugin to plugins in `postcss.config.js` and **pass it your props (CSS || JS || JSON)**.
7977

8078
Pass JS objects:
8179
```js

0 commit comments

Comments
 (0)