Reputation: 795
I realise that Bootstrap would be switching to rem with v4. However, I am using the current version (v3) and I would like to use rem.
Reason? I would like to have buttons on the website that can scale font size for the end user. I believe the best implementation would be if I use rems. If I am wrong, or if there is a better solution, please tell me.
Now, to my question. Is there an existing fork of bootstrap that uses rem or should I just go about creating one?
Thanks
Upvotes: 1
Views: 279
Reputation: 795
I solved the issue by using this gist: https://gist.github.com/jasny/9731895
Upvotes: 1
Reputation: 375
There is a fork, but it relays on both em
and rem
(has fallback to px
) units, you can find it here - https://github.com/ivayloc/twbs-rem-em
Upvotes: 0