Aleks Hudochenkov
Aleks Hudochenkov
@danielbayley postcss-sorting effectively replace only CSSComb's `sort-order` option. And only for CSS, SCSS, Less and other syntaxes PostCSS can parse. It can't parse Sass (indent based syntax).
We need to consider quality of a changelog before adding any automated tool. Changelog is one of the most important parts of documentation of any open source project. As I...
@JounQin Do you want to add `changesets` only for thank you notes?
Could you write down what do you want to use `changesets` for? How it will change current [release flow](https://github.com/stylelint/stylelint/blob/4772851c0a1745db03f149ac35a2de6fe375c369/docs/maintainer-guide/releases.md?plain=1#L7-L17)? It is important for us to understand everything before time is...
Thank you for an explanation! It might be something interesting to explore. Since I didn't only few releases in the past, I would like to hear from people, who did...
@jeddy3 did you close this issue on purpose?
It's [`7.0.1`](https://github.com/stylelint/stylelint/releases/tag/7.0.1) already :)
stylefmt supports groups as they described in stylelint's docs: ``` json { "rules": { "declaration-block-properties-order": [ { "properties": [ "font-size", "font-weight" ] }, "display", "width", "height", "color", "background", "opacity" ]...
@goldylucks I'm finishing `[email protected]` which is has alphabetical order. Should be released in a month.
@goldylucks yes. It was developed with stylefmt in mind :)