From b82a7610de7fdcbd8d2627a6e8985b8e2236dea3 Mon Sep 17 00:00:00 2001 From: vanillaSlice Date: Mon, 1 Oct 2018 04:00:11 +0100 Subject: [PATCH] Removed prefixes --- src/components/_alerts.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/_alerts.scss b/src/components/_alerts.scss index f2e7548..a75a288 100644 --- a/src/components/_alerts.scss +++ b/src/components/_alerts.scss @@ -7,11 +7,7 @@ &.dismissible { @include transition; - -webkit-box-pack: justify; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -ms-flex-pack: justify; justify-content: space-between; max-height: 48rem; opacity: 1;