aboutsummaryrefslogtreecommitdiff
path: root/vnext/.stylelintrc.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-28 00:14:01 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit40d411e516efee5531404725b45ab89d97172ce8 (patch)
treed675e93fc52ef50a40343219e1b992867964d3bf /vnext/.stylelintrc.json
parent2146a98bd98b7e275a0ee7bc7a243981b597f34c (diff)
Initial SSR
Diffstat (limited to 'vnext/.stylelintrc.json')
-rw-r--r--vnext/.stylelintrc.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/vnext/.stylelintrc.json b/vnext/.stylelintrc.json
index 647b170f..f9fd8f59 100644
--- a/vnext/.stylelintrc.json
+++ b/vnext/.stylelintrc.json
@@ -12,6 +12,10 @@
"selector-pseudo-element-colon-notation": null,
"shorthand-property-no-redundant-values": null,
"no-descending-specificity": null,
- "selector-type-no-unknown": null
+ "selector-type-no-unknown": null,
+ "selector-type-case": null,
+ "selector-id-pattern": null,
+ "selector-class-pattern": null,
+ "color-function-notation": "legacy"
}
}