From: Mark Otto Date: Mon, 27 Oct 2014 05:34:08 +0000 (-0700) Subject: no more mixin, use regular property X-Git-Tag: v4.0.0-alpha~581 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a92f556d52423350fe63d1c3cc34ff5a74240f;p=thirdparty%2Fbootstrap.git no more mixin, use regular property --- diff --git a/less/_modal.less b/less/_modal.less index 456c0449c3..fb05445d36 100644 --- a/less/_modal.less +++ b/less/_modal.less @@ -68,8 +68,8 @@ left: 0; background-color: @modal-backdrop-bg; // Fade for backdrop - &.fade { .opacity(0); } - &.in { .opacity(@modal-backdrop-opacity); } + &.fade { opacity: 0; } + &.in { opacity: @modal-backdrop-opacity; } } // Modal header