Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc9
1 files changed, 8 insertions, 1 deletions
diff --git a/.stylelintrc b/.stylelintrc
index dac9edbf43..fce97867fc 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -261,7 +261,14 @@
"fill",
"stroke"
],
- "property-blacklist": ["transition"],
+ "property-blacklist": [
+ "border-radius",
+ "border-top-left-radius",
+ "border-top-right-radius",
+ "border-bottom-right-radius",
+ "border-bottom-left-radius",
+ "transition"
+ ],
"property-no-vendor-prefix": true,
"rule-empty-line-before": null,
"scss/at-function-named-arguments": "never",