Skip to content

Commit

Permalink
Simplify package import
Browse files Browse the repository at this point in the history
The latest dfe-autocomplete release (see previous commit) includes a
change to make importing sass directly from the node package root
possible.

This commit updates our code to import from the package root, as we
already do for govuk-frontend.
  • Loading branch information
DavidBiddle committed Feb 11, 2025
1 parent b538e5c commit 3ba5ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/entrypoints/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $govuk-assets-path: "@govuk/assets/";
$govuk-global-styles: true;

@import "pkg:govuk-frontend";
@import "pkg:dfe-autocomplete/src/dfe-autocomplete";
@import "pkg:dfe-autocomplete";
@import "../../components/form_header_component/";
@import "../styles/app-panel";

0 comments on commit 3ba5ca7

Please sign in to comment.