summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/animations.scss
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-03 15:45:11 +0100
committerdimitrieh <dimitriehoekstra@gmail.com>2017-01-03 15:45:11 +0100
commit37d43fa9095a43f7610428b2912515ef2e635b54 (patch)
treedfeb0bf968e682ffa583f98afcac2435a281801c /app/assets/stylesheets/framework/animations.scss
parent6e7b41105c887898c0e1cc0dbe0a5688939e992c (diff)
downloadgitlab-ce-37d43fa9095a43f7610428b2912515ef2e635b54.tar.gz
fix rake scss linting errors
Diffstat (limited to 'app/assets/stylesheets/framework/animations.scss')
-rw-r--r--app/assets/stylesheets/framework/animations.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/animations.scss b/app/assets/stylesheets/framework/animations.scss
index 572bb51e24b..2f7fda5cb21 100644
--- a/app/assets/stylesheets/framework/animations.scss
+++ b/app/assets/stylesheets/framework/animations.scss
@@ -84,9 +84,9 @@
@for $i from 1 through length($defaultProperties) {
$p: null;
@if $i <= length($transition) {
- $p: nth($transition, $i)
+ $p: nth($transition, $i);
} @else {
- $p: nth($defaultProperties, $i)
+ $p: nth($defaultProperties, $i);
}
$unfoldedTransition: append($unfoldedTransition, $p);
}