Open davidtheclark opened 8 years ago
It would be great if stylefmt has this feature. As I can understand it parse sass/scss mixin, function parameters and lists, maps as media-query-list. This is not about controlling this thing, but just about preventing from this king of bugs. Right now it formats sass parameters list in single line, even if it has some comments.
@mixin some ($param: null, // comment $param2: red, // param 2 comment) {
margin: 0;
}
http://stylelint.io/user-guide/rules/media-query-list-comma-newline-after/