Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c38f4a5

Browse files
committed
Fixed indentation.
1 parent 79e5465 commit c38f4a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/brackets_mixins.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@
142142
}
143143

144144
.animation (@name, @duration: 300ms, @ease: ease, @delay: 0, @iteration-count: 1) {
145-
-webkit-animation: @name @duration @ease @delay @iteration-count;
145+
-webkit-animation: @name @duration @ease @delay @iteration-count;
146146
animation: @name @duration @ease @delay @iteration-count;
147147
}

0 commit comments

Comments
 (0)