2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Merge pull request #12398 from twbs/deprecate-box-shadow-mixin

mark .box-shadow() mixin as deprecated
This commit is contained in:
Mark Otto
2014-01-26 19:15:31 -08:00
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;