This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
site/.stylelintrc.json
Maxim Slipenko 798e1dad20
All checks were successful
continuous-integration/drone/push Build is passing
выносит поиск в отдельный блок
2022-05-19 10:05:29 +03:00

6 lines
107 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"selector-class-pattern": null
}
}