I'm not sure this is an issue, but when I format a less file, this is the following result :
@lt-gray: #ddd;
@background-dark: #512DA8;
@background-light: #9575CD;
@background-pale: #D1C4E9;
@carousel-item-height: 300px;
.zero-margin(@pad-up-down: 0px, @pad-left-right: 0px) {
margin: 0px auto;
padding: @pad-up-down @pad-left-right;
}
Is there a way to add a new line after the last variable?
Hello,
I'm not sure this is an issue, but when I format a less file, this is the following result : @lt-gray: #ddd; @background-dark: #512DA8; @background-light: #9575CD; @background-pale: #D1C4E9; @carousel-item-height: 300px; .zero-margin(@pad-up-down: 0px, @pad-left-right: 0px) { margin: 0px auto; padding: @pad-up-down @pad-left-right; }
Is there a way to add a new line after the last variable?