-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
1.15.0-dev LESS formatting bug #5315
Copy link
Copy link
Labels
lang:css/scss/lessIssues affecting CSS, Less or SCSSIssues affecting CSS, Less or SCSSlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.status:has prIssues with an accompanying pull request. These issues will probably be fixed soon!Issues with an accompanying pull request. These issues will probably be fixed soon!
Milestone
Metadata
Metadata
Assignees
Labels
lang:css/scss/lessIssues affecting CSS, Less or SCSSIssues affecting CSS, Less or SCSSlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.status:has prIssues with an accompanying pull request. These issues will probably be fixed soon!Issues with an accompanying pull request. These issues will probably be fixed soon!
I think I found a bug in 1.15 with LESS formatting, this does not happen in 1.14.3
Less file is this:
Run --write on less file:
Should now pass the -l option but does not:
Also, something I observed is everytime I run the --write it adds a new line under the comment
// body. If I remove the comment// bodyit then passes. So it seems to have something to do with comments in less files that it is not handling this properly right now.