Skip to content

Commit

Permalink
Merge pull request #431 from alphagov/remove-link-component
Browse files Browse the repository at this point in the history
Remove the link component
  • Loading branch information
36degrees authored Jan 16, 2018
2 parents 0d2e5ab + 2228570 commit 9520543
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 371 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Breaking changes:
- The link styles in the core layer no longer style `a` elements directly, but
instead provide a `govuk-link` class which you will need to apply to links
individually. (PR [#427](https://github.com/alphagov/govuk-frontend/pull/427))
- The link component has been removed from Frontend as the link styles have
been moved to the core
(PR [#431](https://github.com/alphagov/govuk-frontend/pull/431))

New features:

Expand Down
198 changes: 0 additions & 198 deletions src/components/link/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions src/components/link/_link.scss

This file was deleted.

111 changes: 0 additions & 111 deletions src/components/link/index.njk

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/link/link.njk

This file was deleted.

12 changes: 0 additions & 12 deletions src/components/link/link.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/link/macro.njk

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/link/template.njk

This file was deleted.

Binary file removed src/globals/icons/icon-file-download.png
Binary file not shown.
1 change: 0 additions & 1 deletion src/globals/scss/govuk-frontend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
@import "../../components/input/input";
@import "../../components/label/label";
@import "../../components/legal-text/legal-text";
@import "../../components/link/link";
@import "../../components/panel/panel";
@import "../../components/phase-banner/phase-banner";
@import "../../components/tag/tag";
Expand Down
Loading

0 comments on commit 9520543

Please sign in to comment.