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 726f0b1 commit c1bcce0Copy full SHA for c1bcce0
src/index.js
@@ -46,6 +46,10 @@ function localizeNode(node, context) {
46
context.lastWasSpacing = true;
47
return node;
48
49
+ case "operator":
50
+ context.lastWasSpacing = true;
51
+ return node;
52
+
53
case "pseudo-class":
54
if (node.name === "local" || node.name === "global") {
55
if (context.inside) {
0 commit comments