Im using csscomb.js to organize my css. It works perfectly except I don't want the linebreaks in between the soorting groups.[see image]
Is there a way to remove those? I looked every where.
This is mij setup:
"remove-empty-rulesets": false,
"always-semicolon": true,
"color-case": "lower",
"block-indent": " ",
"color-shorthand": false,
"element-case": "lower",
"leading-zero": true,
"quotes": "single",
"sort-order-fallback": "abc",
"space-before-colon": "",
"space-after-colon": " ",
"space-before-combinator": " ",
"space-after-combinator": " ",
"space-between-declarations": "\n",
"space-before-opening-brace": " ",
"space-after-opening-brace": "\n",
"space-after-selector-delimiter": "\n",
"space-before-selector-delimiter": "",
"space-before-closing-brace": "\n",
"strip-spaces": false,
"tab-size": true,
"unitless-zero": true,
"vendor-prefix-align": true,

You can try to connect the plug csscomb-group-size to csscomb, as is looking for the answer itself ....
Here a little bit about that developers write:
But how to make it all work, I could not understand, perhaps, you will learn in detail the documentation and understand.