corrected error after test

This commit is contained in:
MHO 2023-04-23 13:24:48 +02:00
parent 863916c1a6
commit bda9e958fa
2 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ Beautifier.prototype.beautify = function() {
} else if (!insideRule && parenLevel === 0 && variableOrRule.indexOf(':') !== -1) {
insidePropertyValue = true;
this.indent();
}
// might be a non-nested at-rule
} else if( ! ( variableOrRule in this.NESTED_AT_RULE ) ) {
insideNonNestedAtRule = true;

View File

@ -2003,7 +2003,7 @@ exports.test_data = {
}, {
unchanged: '@import url("chrome://communicator/skin/");'
}, {
unchanged: '@apply w-4 lg:w-10 space-y-3 lg:space-x-12;',
unchanged: '@apply w-4 lg:w-10 space-y-3 lg:space-x-12;'
}]
}, {