.stylelintrc 92 B

123456
  1. {
  2. "extends": "stylelint-config-recommended",
  3. "rules": {
  4. "at-rule-no-unknown": null
  5. }
  6. }