beautify: recognize the end of a condition
This commit is contained in:
parent
79c93ce54a
commit
f6f6a7814f
|
@ -468,6 +468,7 @@
|
||||||
// when entering conditional groups, only rulesets are allowed
|
// when entering conditional groups, only rulesets are allowed
|
||||||
if (enteringConditionalGroup) {
|
if (enteringConditionalGroup) {
|
||||||
enteringConditionalGroup = false;
|
enteringConditionalGroup = false;
|
||||||
|
insidePropertyValue = false;
|
||||||
insideConditionalGroup = true;
|
insideConditionalGroup = true;
|
||||||
insideRule = (indentLevel > nestedLevel);
|
insideRule = (indentLevel > nestedLevel);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user