Skip to content

Commit

Permalink
chore: drop optional /index in Sass imports
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Feb 5, 2025
1 parent 07cbad8 commit 4bfb3ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $govuk-assets-path: "../" !default;
$govuk-suppressed-warnings: ("govuk-typography-scale-14");

// GOV.UK Frontend
@import "node_modules/govuk-frontend/dist/govuk/index";
@import "node_modules/govuk-frontend/dist/govuk";

// MOJ Frontend
@import "src/moj/all";
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/stylesheets/govuk-frontend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ $govuk-global-styles: false;
$govuk-suppressed-warnings: ("govuk-typography-scale-14");

// GOV.UK Frontend
@import "node_modules/govuk-frontend/dist/govuk/index";
@import "node_modules/govuk-frontend/dist/govuk";

0 comments on commit 4bfb3ea

Please sign in to comment.