c8h4.io/.stylelintrc.json
Christoph Heiss 4983ccd903
feat: Build nginx-enabled Docker images for easy deployment
Signed-off-by: Christoph Heiss <contact@christoph-heiss.at>
2022-09-02 16:05:09 +02:00

10 lines
248 B
JSON

{
"extends": "stylelint-config-standard-scss",
"rules": {
"declaration-empty-line-before": "never",
"scss/dollar-variable-colon-space-before": null,
"selector-class-pattern": "[a-z][a-zA-Z0-9]+",
"string-quotes": "single"
}
}