mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 04:40:06 +00:00
corrected error after test
This commit is contained in:
parent
863916c1a6
commit
bda9e958fa
@ -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;
|
||||
|
@ -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;'
|
||||
}]
|
||||
}, {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user