Skip to content

Commit

Permalink
Remove the useless fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 16, 2022
1 parent 4fca56d commit 1798ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_pagination.scss
Expand Up @@ -29,7 +29,7 @@
position: relative;
display: block;
padding: var(--#{$variable-prefix}pagination-padding-y) var(--#{$variable-prefix}pagination-padding-x);
font-size: var(--#{$variable-prefix}pagination-font-size, inherit);
font-size: var(--#{$variable-prefix}pagination-font-size);
color: var(--#{$variable-prefix}pagination-color);
text-decoration: if($link-decoration == none, null, none);
background-color: var(--#{$variable-prefix}pagination-bg);
Expand Down

0 comments on commit 1798ae1

Please sign in to comment.