.stylelintrc 288 B

1234567891011
  1. {
  2. "extends": "stylelint-config-standard-scss",
  3. "rules": {
  4. "alpha-value-notation": null,
  5. "color-function-notation": null,
  6. "hue-degree-notation": null,
  7. "no-descending-specificity": null,
  8. "scss/no-global-function-names": null,
  9. "selector-not-notation": null
  10. }
  11. }