Remake Stylefmt more simpler
Hi, I intend to remake stylefmt to be more simpler. Now, prettier is very famous as a formatter of many languages. So I thought, stylefmt is no longer needed. But, the number of download continues to increase (over 80k DL / month). So, I'd like to give values and better user experiences for users.
I have some ideas to be more simpler, faster and useful.
- Not support stylelint configuration
- Do you use stylelint rules about code formatting? I'd like to be opinionated formatting like prettier
- Remove all bottlenecks for performance
- I can make loops to format code more efficient
- Impl
--watchoption in CLI - Support to format Vanilla CSS, Sass and Less
I'm so sorry for reply issues for a long time. I need your help.
Thanks.
What about a table comparing prettier and stylefmt CSS/SCSS/LESS autoformat capabilities / planned features?
@jorgebucaran It is almost the same as prettier. If it a fine place, stylefmt supports for sorting declarations, reading the configuration file of editorconfig and so on.