2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

mark .box-shadow() mixin as deprecated; fixes #12396

This commit is contained in:
Chris Rebert
2014-01-26 17:31:11 -08:00
parent 3157a37775
commit 602e5f8f11
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -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;