diff options
Diffstat (limited to '_scss/utilities/_boxshadow.scss')
-rw-r--r-- | _scss/utilities/_boxshadow.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_scss/utilities/_boxshadow.scss b/_scss/utilities/_boxshadow.scss index 4e1d200..0cc33ce 100644 --- a/_scss/utilities/_boxshadow.scss +++ b/_scss/utilities/_boxshadow.scss @@ -6,7 +6,7 @@ // Default: none // // https://www.w3.org/TR/css-backgrounds-3/#propdef-box-shadow -@mixin boxshadow($value: none) { +@mixin box-shadow($value: none) { -webkit-box-shadow: $value; -moz-box-shadow: $value; box-shadow: $value; |