We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e097b commit c1297e8Copy full SHA for c1297e8
readme.md
@@ -160,6 +160,14 @@ Type: `Object`
160
Default: `{}`
161
Description: *Allows you to pass an object of variables for `:root`. These definitions will override any that exist in the CSS*
162
163
+#### `declarationByWalk`
164
+
165
+Type: `boolean`
166
+Default: `false`
167
+Description: *Searches for root declarations by traversing all declarations before interpolating them.*
168
169
+> :warning: Attention, this approach is slower and carries the risk of overriding existing variables
170
171
[postcss-conditionals]: https://github.com/andyjansson/postcss-conditionals
172
[postcss-each]: https://github.com/outpunk/postcss-each
173
[postcss-for]: https://github.com/antyakushev/postcss-for
0 commit comments