We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb78a47 commit d3e1fb3Copy full SHA for d3e1fb3
lib/index.d.ts
@@ -140,7 +140,7 @@ declare namespace postcssValueParser {
140
* @param custom A custom stringifier callback
141
* @returns The generated CSS value
142
*/
143
- stringify(nodes: Node[], custom?: CustomStringifierCallback): string;
+ stringify(nodes: Node | Node[], custom?: CustomStringifierCallback): string;
144
145
/**
146
* Walk a series of nodes, applying a callback
0 commit comments