Skip to content

Commit

Permalink
Merge pull request #1087 from alphagov/remove-unused-imports-characte…
Browse files Browse the repository at this point in the history
…r-count

Remove unused imports from Character Count
  • Loading branch information
36degrees authored Dec 11, 2018
2 parents 37854cd + fdeeaa6 commit 7c46b5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@

🔧 Fixes:

- Remove unused hint, error message and label imports from the Character Count
component

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

- Warning text component, remove negative margin left and reduce padding left to match.

([PR #1084](https://github.com/alphagov/govuk-frontend/pull/1084))
Expand Down
3 changes: 0 additions & 3 deletions src/components/character-count/template.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{% from "../error-message/macro.njk" import govukErrorMessage -%}
{% from "../hint/macro.njk" import govukHint %}
{% from "../label/macro.njk" import govukLabel %}
{% from "../textarea/macro.njk" import govukTextarea %}

<div class="govuk-character-count" data-module="character-count"
Expand Down

0 comments on commit 7c46b5e

Please sign in to comment.