Skip to content

Commit

Permalink
feat(pagination): improved RTL support
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jan 14, 2020
1 parent 1351de1 commit f8256af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
padding: $pagination-last-item-padding;

&::after {
transform: rotate(.5turn);
/* rtl:remove */
transform: rotate(180deg);
}
}

Expand Down

0 comments on commit f8256af

Please sign in to comment.