Skip to content

Commit

Permalink
Merge pull request #2516 from alphagov/587_Imported-stylesheet-ordering
Browse files Browse the repository at this point in the history
Restore correct ordering for imported stylesheets
  • Loading branch information
davidtrussler authored Jan 27, 2025
2 parents 1af7853 + e17158d commit 88bbe2f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ $govuk-page-width: 1140px;
// GOVUK Design System
@import 'govuk_publishing_components/govuk_frontend_support';
@import 'govuk_publishing_components/component_support';
@import 'govuk_publishing_components/components/button';
// The import for the "add-another" stylesheet is listed out of (alphabetical) order to prevent its styles being over-written by the "button" component stylesheet
// An issue has been opened for this here: https://github.com/alphagov/govuk_publishing_components/issues/4548
// When this is resolved the components can be reordered to the preferred alphabetical lsiting.
// There is a card for this work here: https://trello.com/c/doZRh9Gi/587-list-imported-add-another-component-stylesheet-correctly
@import 'govuk_publishing_components/components/add-another';
@import 'govuk_publishing_components/components/button';
@import 'govuk_publishing_components/components/checkboxes';
@import 'govuk_publishing_components/components/date-input';
@import 'govuk_publishing_components/components/details';
Expand Down

0 comments on commit 88bbe2f

Please sign in to comment.