From 0208b2485b0ff32d988913ce380d0e15204f9d89 Mon Sep 17 00:00:00 2001 From: rubenmoya Date: Mon, 20 Nov 2017 13:08:27 +0100 Subject: [PATCH] Remove unnecessary mixins in _buttons.scss --- src/scss/cdb-components/_buttons.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scss/cdb-components/_buttons.scss b/src/scss/cdb-components/_buttons.scss index 690530e..74a8406 100644 --- a/src/scss/cdb-components/_buttons.scss +++ b/src/scss/cdb-components/_buttons.scss @@ -160,7 +160,7 @@ Layout Component: */ .CDB-Button { - @include transition(background, 300ms); + transition: background, 300ms; position: relative; box-sizing: border-box; padding: $baseSize $baseSize + 12; @@ -190,7 +190,7 @@ Layout Component: } .CDB-Button-Text { - @include transition(all 600ms); + transition: all 600ms; } &.is-loading { @@ -453,7 +453,7 @@ Layout Component: } &.is-disabled { - @include opacity(0.24); + opacity: 0.24; &:hover { background: transparent;