Revision e894e979a45f40515d5eae988eee5618177882f6 authored by Mariia Acoca on 24 October 2023, 10:48:06 UTC, committed by GitHub on 24 October 2023, 10:48:06 UTC
1 parent c6b660f
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