beautify: recognize the end of a condition

This commit is contained in:
tophf 2018-06-15 08:12:38 +03:00
parent 79c93ce54a
commit f6f6a7814f

View File

@ -468,6 +468,7 @@
// when entering conditional groups, only rulesets are allowed
if (enteringConditionalGroup) {
enteringConditionalGroup = false;
insidePropertyValue = false;
insideConditionalGroup = true;
insideRule = (indentLevel > nestedLevel);
} else {