csscomb / csscomb.js

CSS coding style formatter
http://csscomb.com/
MIT License
3.28k stars 460 forks source link

How can csscomb use yandex rules and format them successfully? #663

Closed wabi-habi closed 11 months ago

wabi-habi commented 1 year ago

Hi, I want to format the src/**/*scss file using csscomb!

csscomb src/**/*.scss

However, it doesn't work properly, so I hope you can help solve my confusion! Thanks!

Here is the configuration of .csscomb.json

{
  "options": {
    "preset": "yandex"
  }
}