Skip to content

Commit

Permalink
fixup! Add CSS for Tabular numbers inside existing mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuk2012 committed Jun 6, 2019
1 parent 1aed8f9 commit b58dc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
@mixin govuk-font($size, $weight: regular, $tabular: false, $line-height: false) {
@if $tabular {
// if govuk-font-family-tabular is set use $govuk-font-family-tabular
@if $govuk-font-family-tabular != false {
@if $govuk-font-family-tabular {
@include govuk-typography-common($font-family: $govuk-font-family-tabular);
} @else {
@include govuk-typography-common;
Expand Down

0 comments on commit b58dc96

Please sign in to comment.