Skip to content

Commit

Permalink
Merge pull request #1333 from gunjam/remove-deprecated-elseif
Browse files Browse the repository at this point in the history
Remove deprecated `@else-if` statement, replace with `@else if`
  • Loading branch information
NickColley committed May 13, 2019
2 parents fd47405 + 0620433 commit fea29aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

🔧 Fixes:

- Remove deprecated `@else-if` statement, replace with `@else if`

([PR #1333](https://github.com/alphagov/govuk-frontend/pull/1333))

- Pull Request Title goes here

Description goes here (optional)
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
font-size: $font-size-rem; // sass-lint:disable no-duplicate-properties
}
line-height: $line-height;
} @elseif $breakpoint == "print" {
} @else if $breakpoint == "print" {
@include govuk-media-query($media-type: print) {
font-size: $font-size;
line-height: $line-height;
Expand Down

0 comments on commit fea29aa

Please sign in to comment.