Skip to content

Commit

Permalink
iCode Style: Fix mixed indentation style
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Oct 26, 2017
1 parent 9099acf commit f34a7b0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions editor/assets/stylesheets/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@


@mixin focus_flash {
animation: focus_flash .4s;
animation: focus_flash .4s;
}

@keyframes focus_flash {
0% {
0% {
border: 2px solid $blue-medium-400;
}
10% {
}
10% {
border: 4px solid $blue-medium-400;
}
90% {
}
90% {
border: 4px solid $blue-medium-400;
}
100% {
}
100% {
border: 2px solid $blue-medium-400;
}
}
}

0 comments on commit f34a7b0

Please sign in to comment.