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:
authorXhmikosR <xhmikosr@gmail.com>2019-01-24 22:25:49 +0300
committerGitHub <noreply@github.com>2019-01-24 22:25:49 +0300
commit372361387584061b2632796647e9529a51bdee25 (patch)
tree1b46a4944f5edf59ecfb756f7286d58b453f158f /.stylelintrc
parentdfba588d0d1ea020634f1a8f2911c7222702b125 (diff)
Update devDependencies and gems. (#28094)
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc12
1 files changed, 11 insertions, 1 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 22a35a3504..50a9473ce3 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -1,5 +1,15 @@
{
"extends": [
"stylelint-config-twbs-bootstrap/scss"
- ]
+ ],
+ "rules": {
+ "property-blacklist": [
+ "border-radius",
+ "border-top-left-radius",
+ "border-top-right-radius",
+ "border-bottom-right-radius",
+ "border-bottom-left-radius",
+ "transition"
+ ]
+ }
}