LBHackney-IT/lbh-frontend

Check rem support before using rems

Closed this issue · 2 comments

height: 40px;
@if $govuk-typography-use-rem {
    height: govuk-px-to-rem(40px);
}

Done and ready to release

Released in 1.6.0