1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 12:21:35 +02:00

Adding @include everytime it's not the case

This commit is contained in:
louismaxime.piton
2022-03-31 18:12:52 +02:00
committed by Mark Otto
parent 8006203e47
commit 00d028e646
6 changed files with 7 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
position: relative;
display: block;
padding: var(--#{$prefix}pagination-padding-y) var(--#{$prefix}pagination-padding-x);
font-size: var(--#{$prefix}pagination-font-size);
@include font-size(var(--#{$prefix}pagination-font-size));
color: var(--#{$prefix}pagination-color);
text-decoration: if($link-decoration == none, null, none);
background-color: var(--#{$prefix}pagination-bg);