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 d2ec01b commit 1de107cCopy full SHA for 1de107c
src/com/inet/lib/less/Rule.java
@@ -577,7 +577,7 @@ boolean hasOnlyInlineProperties( CssFormatter formatter ) {
577
}
578
579
for( Rule rule : subrules ) {
580
- if( rule.isValidCSS( formatter ) && !rule.isInlineRule( formatter) ) {
+ if( rule.isValidCSS( formatter ) /*&& !rule.isInlineRule( formatter)*/ ) {
581
return false;
582
583
0 commit comments