From 602e5f8f115b6625011e2e6c2d36c1d28715c4b9 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 26 Jan 2014 17:31:11 -0800 Subject: mark .box-shadow() mixin as deprecated; fixes #12396 --- less/mixins.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'less') diff --git a/less/mixins.less b/less/mixins.less index 104590730..85a41ef50 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -115,6 +115,10 @@ } // Drop shadows +// +// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's +// supported browsers that have box shadow capabilities now support the +// standard `box-shadow` property. .box-shadow(@shadow) { -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1 box-shadow: @shadow; -- cgit v1.2.3