Skip to content

Commit 6fab587

Browse files
committed
wording
1 parent 3f2154c commit 6fab587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/postcss-env-function/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[PostCSS Environment Variables] lets you use `env()` variables in CSS, following the [CSS Environment Variables] specification.
99

1010
⚠️ Custom Environment Variables were never defined in a specification and we are no longer including this in `postcss-preset-env`.<br>
11-
In the future it might be possible that there is renewed interesting Custom Environment Variables.
11+
In the future there might be renewed interest in Custom Environment Variables.
1212

13-
We advice users of this plugin to seek alternatives.
13+
We advice users of this plugin to seek alternatives such as [postcss-design-tokens](https://github.com/csstools/postcss-plugins/tree/postcss-preset-env--v8/plugins/postcss-design-tokens#readme)
1414

1515
```pcss
1616
@media (max-width: env(--branding-small)) {

0 commit comments

Comments
 (0)