mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 14:59:16 +01:00
composer and npm
This commit is contained in:
2
conf/site/node_modules/postcss-value-parser/lib/stringify.js
generated
vendored
2
conf/site/node_modules/postcss-value-parser/lib/stringify.js
generated
vendored
@@ -16,7 +16,7 @@ function stringifyNode(node, custom) {
|
||||
} else if (type === "div") {
|
||||
return (node.before || "") + value + (node.after || "");
|
||||
} else if (Array.isArray(node.nodes)) {
|
||||
buf = stringify(node.nodes);
|
||||
buf = stringify(node.nodes, custom);
|
||||
if (type !== "function") {
|
||||
return buf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user