Skip to content

Commit

Permalink
Merge pull request #1765 from alphagov/character-count-import-textarea
Browse files Browse the repository at this point in the history
Import textarea from character count
  • Loading branch information
36degrees authored Mar 25, 2020
2 parents ce2a717 + 87a37c7 commit 415a3de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Fixes

- [Pull request #1765: Import textarea from character count](https://github.com/alphagov/govuk-frontend/pull/1765).

## 3.6.0 (Feature release)

### New features
Expand Down
1 change: 1 addition & 0 deletions src/govuk/components/character-count/_character-count.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@import "../error-message/error-message";
@import "../hint/hint";
@import "../label/label";
@import "../textarea/textarea";

@include govuk-exports("govuk/component/character-count") {
.govuk-character-count {
Expand Down

0 comments on commit 415a3de

Please sign in to comment.