Skip to content

Commit d3fcc76

Browse files
cerinoligutomromainmenke
authored andcommitted
Added a note on readme (postcss/postcss-custom-properties#214)
Added a note that this plugin only processes variables that are defined in the `:root` selector as per postcss/postcss-custom-properties#213 .
1 parent b95e31d commit d3fcc76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/postcss-custom-properties/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ h1 {
3131
}
3232
```
3333

34+
**Note:** This plugin only processes variables that are defined in the `:root` selector.
35+
3436
## Usage
3537

3638
Add [PostCSS Custom Properties] to your project:

0 commit comments

Comments
 (0)