.stylelintignore 194 B

1234567891011
  1. .git/
  2. extensions/
  3. node_modules/
  4. p/scripts/vendor/
  5. vendor/
  6. # ignore SASS-generated CSS
  7. p/themes/Ansum/*.css
  8. p/themes/Mapco/*.css
  9. p/themes/Swage/*.css
  10. # Ignore RTLCSS auto-generated CSS
  11. *.rtl.css