Skip to content

Commit

Permalink
Add deprecation in #1807 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed May 20, 2020
1 parent ac66066 commit 7d9d695
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@ For example:
@import "node_modules/govuk-frontend/govuk/components/header";
```


### Deprecations

#### Importing files from the core or overrides layers

If you import specific files from the core or overrides layers, you should import the `base` file first:

```scss
@import "node_modules/govuk-frontend/govuk/base";

@import "node_modules/govuk-frontend/core/typography";
```

Importing files from the core or overrides layers without importing `base` will [no longer work as of GOV.UK Frontend v4.0](https://github.com/alphagov/govuk-frontend/issues/1800).

[Pull request #1807: Warn if importing core, overrides without dependencies](https://github.com/alphagov/govuk-frontend/pull/1807).


### Fixes

- [Pull request #1753: Make back link arrow consistent with breadcrumb component](https://github.com/alphagov/govuk-frontend/pull/1753)
Expand Down

0 comments on commit 7d9d695

Please sign in to comment.