aboutsummaryrefslogtreecommitdiff
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-02-28 18:58:56 +0300
committerGravatar Vitaly Takmazov2024-02-28 18:58:56 +0300
commitd362ccd2f45f0fba2220e378aad6f2310aff22fa (patch)
tree88dbae2f2e38180c47458516201845946b5fcc1f /.stylelintrc.json
parent99ce23623dfdd093996eed879bf88ba82f50e41e (diff)
Fix stylelint issues
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index 9ff3446e..5b5b4c2f 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -4,10 +4,8 @@
"ignoreFiles": "node_modules/**",
"rules": {
"at-rule-empty-line-before": null,
- "color-hex-case": null,
"color-hex-length": null,
"comment-empty-line-before": null,
- "indentation": 4,
"rule-empty-line-before": null,
"selector-pseudo-element-colon-notation": null,
"shorthand-property-no-redundant-values": null,