1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 01:42:36 +02:00

Disallow transition property (use mixin instead)

This commit is contained in:
Martijn Cuppens
2018-10-21 21:40:13 +02:00
committed by XhmikosR
parent 09aca3fb9a
commit 00860f02d4
4 changed files with 4 additions and 1 deletions

View File

@@ -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",