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:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2018-10-21 22:40:13 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-21 22:46:20 +0300
commit00860f02d4b771ebb8f782743c0d45470f07d8b7 (patch)
tree64357e89f67e537b10160e61cf5899314da90020 /.stylelintrc
parent09aca3fb9a398273d8442d660bb6a29b42f231aa (diff)
Disallow transition property (use mixin instead)
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 511ade25a2..e3cb0d7cc4 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -261,6 +261,7 @@
"fill",
"stroke"
],
+ "property-blacklist": ["transition"],
"property-no-vendor-prefix": true,
"rule-empty-line-before": null,
"scss/at-function-named-arguments": "never",