You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,9 @@
8
8
9
9
<br>
10
10
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)
12
12
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**.
0 commit comments