Revision 8c2db1de88ac32801dabdec0368adc86c3b2572e authored by Andrey Zhavoronkov on 10 January 2024, 13:47:50 UTC, committed by GitHub on 10 January 2024, 13:47:50 UTC
2 parent s cfbad35 + a684c0c
Raw File
.stylelintrc.json
{
  "extends": "stylelint-config-standard-scss",
  "rules": {
    "scss/comment-no-empty": null,
    "value-keyword-case": null,
    "color-function-notation": ["legacy"],
    "scss/at-extend-no-missing-placeholder": null,
    "no-descending-specificity": null
  },
  "ignoreFiles": ["**/*.js", "**/*.ts", "**/*.py"]
}
back to top