summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/mixins.scss
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-18 14:59:29 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-03-18 14:59:29 -0600
commit86a4449df2dedb83a57fbc9cb880010a3e6a3770 (patch)
tree7ee69bacf7a7b5d2f4ddac40a3e30d28ffd30f3b /app/assets/stylesheets/framework/mixins.scss
parentc790107854658a37d97b9a1c9066338eb12b06bf (diff)
downloadgitlab-ce-86a4449df2dedb83a57fbc9cb880010a3e6a3770.tar.gz
Fix Indentation lints in CSS.
As discussed in #14299. [ci skip]
Diffstat (limited to 'app/assets/stylesheets/framework/mixins.scss')
-rw-r--r--app/assets/stylesheets/framework/mixins.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/mixins.scss b/app/assets/stylesheets/framework/mixins.scss
index 377bfa174bd..250d6309291 100644
--- a/app/assets/stylesheets/framework/mixins.scss
+++ b/app/assets/stylesheets/framework/mixins.scss
@@ -1,7 +1,7 @@
/**
* Generic mixins
*/
- @mixin box-shadow($shadow) {
+@mixin box-shadow($shadow) {
-webkit-box-shadow: $shadow;
-moz-box-shadow: $shadow;
-ms-box-shadow: $shadow;