Merged
requested to merge github/fork/julien-deramond/main-jd-fix-pagination-font-size-css-var into main
Description
This PR is a proposal to define --#{$variable-prefix}pagination-font-size
.
Note: Since .pagination-lg
and .pagination-sm
use respectively $font-size-lg
and $font-size-sm
, I was not sure if I needed to add a new $pagination-font-size
or not. I did to be coherent with buttons and badges.
Motivation & Context
Define the pagination medium font size.
Types of changes
- Refactoring (non-breaking change)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) My change introduces changes to the documentationI have updated the documentation accordinglyI have added tests to cover my changes-
All new and existing tests passed
Related issues
N/A