-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Bug
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.
Description
Prettier 1.12.1
Playground link
# Options (if any):
--print-width 80
--tab-width 2Input (line 2 is 81 chars):
.SearchBox {
box-shadow: 0 1rem 6rem rgba(0, 0, 0, 0.18), 0 0.3rem 1rem rgba(0, 0, 0, 0.17);
}Output (line 2 is still 81 chars long):
.SearchBox {
box-shadow: 0 1rem 6rem rgba(0, 0, 0, 0.18), 0 0.3rem 1rem rgba(0, 0, 0, 0.17);
}Expected behavior:
.SearchBox {
box-shadow: 0 1rem 6rem rgba(0, 0, 0, 0.18),
0 0.3rem 1rem rgba(0, 0, 0, 0.17);
}Reactions are currently unavailable
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.