Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2012-10-26 14:21:48 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-10-26 14:21:48 +0400
commit8d00a6e87f961e5e774b62f45a484c917eebab44 (patch)
tree98832bf0a97a3b9a519b9f048885479589a252a1
parent9f172600705e9bcc7a60e86efe6dcbef5b9693d5 (diff)
Revert "Merge pull request #241 from asecondwill/master"
This reverts commit 9f172600705e9bcc7a60e86efe6dcbef5b9693d5, reversing changes made to e8631b8d3590f3525388baaedeb8527e95afbfc4.
-rw-r--r--vendor/assets/stylesheets/bootstrap/_mixins.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/assets/stylesheets/bootstrap/_mixins.scss b/vendor/assets/stylesheets/bootstrap/_mixins.scss
index 38bd5733..ddea01a8 100644
--- a/vendor/assets/stylesheets/bootstrap/_mixins.scss
+++ b/vendor/assets/stylesheets/bootstrap/_mixins.scss
@@ -245,7 +245,7 @@
}
// Drop shadows
-@mixin box-shadow($shadow...) {
+@mixin box-shadow($shadow) {
-webkit-box-shadow: $shadow;
-moz-box-shadow: $shadow;
box-shadow: $shadow;