Commit 5eef09f5 authored by Alex's avatar Alex

Fixed box-shadow issue in _mixins.scss

parent cd650529
......@@ -27,7 +27,7 @@
@mixin box-shadow($shadow) {
-webkit-box-shadow: $shadow;
-mox-box-shadow: $shadow;
-moz-box-shadow: $shadow;
-ms-box-shadow: $shadow;
box-shadow: $shadow;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment