-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Labels
lang:css/scss/lessIssues affecting CSS, Less or SCSSIssues affecting CSS, Less or SCSSlang:lessIssues affecting Less-specific syntax (not plain CSS)Issues affecting Less-specific syntax (not plain CSS)locked-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.
Milestone
Description
Prettier next
Playground link
--parser lessInput:
// TODO: '
// '
.qux1 {
a {
color: #555;
border-right: 1px solid transparent;/* */
&.close {
margin: 0;
}
}
}
.qux2 {
width: 100%;
height: 180px;
}
.qux3 {
margin-right: 10px;
}
Output:
// TODO: '
// '
.qux1 {
a {
color: #555;
border-right: 1px solid transparent; id tran
&.close {
margin: 0;
}
}
}
.qux2 {
width: 100%;
height: 180px;
}
.qux3 {
margin-right: 10px;
}Metadata
Metadata
Assignees
Labels
lang:css/scss/lessIssues affecting CSS, Less or SCSSIssues affecting CSS, Less or SCSSlang:lessIssues affecting Less-specific syntax (not plain CSS)Issues affecting Less-specific syntax (not plain CSS)locked-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.