From 55cfa8d38f71623aaa5e2aae97b483af60650910 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 10:01:13 -0700 Subject: Drop background-clip and background-size mixins since they have no prefixes anyway --- less/modals.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/modals.less') diff --git a/less/modals.less b/less/modals.less index 2e574535e..b43ecfd97 100644 --- a/less/modals.less +++ b/less/modals.less @@ -49,7 +49,7 @@ border: 1px solid @modal-content-border-color; border-radius: @border-radius-large; .box-shadow(0 3px 9px rgba(0,0,0,.5)); - .background-clip(padding-box); + background-clip: padding-box; // Remove focus outline from opened modal outline: none; } -- cgit v1.2.3