Skip to content

Commit

Permalink
Merge pull request #283 from nhsuk/refactor/changelog
Browse files Browse the repository at this point in the history
[refs #107] Fix a typo in the CHANGELOG for nhsuk-u- prefix
  • Loading branch information
chrimesdev authored Dec 7, 2018
2 parents 4f75e97 + 6b3329b commit 15eff69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@

:boom: **Breaking changes**

- Utility classes - Utility classes should be prefixed with `nhsuk-u` rather than `nhsuk-\!`. ([PR 282](https://github.com/nhsuk/nhsuk-frontend/pull/282))
- Utility classes - Utility classes should be prefixed with `nhsuk-u-` rather than `nhsuk-!-`. ([PR 282](https://github.com/nhsuk/nhsuk-frontend/pull/282))

If you are using any utility classes in your HTML, such as spacing, width or typography overrides, you need to update your HTML classes from
`nhsuk-\!` to `nhsuk-u`.
`nhsuk-!-` to `nhsuk-u-`.

You can find out more about utility class usage in the [utility class documentation](https://github.com/nhsuk/nhsuk-frontend/tree/master/packages/core#utilities).

:wrench: **Fixes**

Expand Down

0 comments on commit 15eff69

Please sign in to comment.