.stylelintrc.json 93 B

123456
  1. {
  2. "extends": "../../.stylelintrc.json",
  3. "ignoreFiles": [
  4. "src/public/**/*.css"
  5. ]
  6. }