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