Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
fix(navigation): #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikiki committed Mar 5, 2018
1 parent 28af006 commit 1355319
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/bulma-carousel.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/bulma-carousel.sass
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ $carousel-sizes: (2, 3, 4, 5) !default
.carousel-navigation
+carousel-navigation
&.is-reversing
.carousel-container
transform: translateX(-100%)
@each $size in $carousel-sizes
&.is-#{$size}
.carousel-container
Expand Down
2 changes: 2 additions & 0 deletions src/extension.sass
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ $carousel-sizes: (2, 3, 4, 5) !default
.carousel-navigation
+carousel-navigation
&.is-reversing
.carousel-container
transform: translateX(-100%)
@each $size in $carousel-sizes
&.is-#{$size}
.carousel-container
Expand Down

0 comments on commit 1355319

Please sign in to comment.