1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +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

@@ -1,3 +1,4 @@
// stylelint-disable property-blacklist
@mixin transition($transition...) {
@if $enable-transitions {
@if length($transition) == 0 {