diff --git a/app/assets/stylesheets/application.sass.scss b/app/assets/stylesheets/application.sass.scss index 17bb4c74..bb83a180 100644 --- a/app/assets/stylesheets/application.sass.scss +++ b/app/assets/stylesheets/application.sass.scss @@ -1,5 +1,5 @@ // Import our settings for CCS and GOV.UK -@import "settings/all"; +@import "settings/index"; // Import the ccs-frontend and govuk-frontend assets @import "ccs-frontend/dist/ccs/index"; diff --git a/app/assets/stylesheets/settings/_all.scss b/app/assets/stylesheets/settings/_index.scss similarity index 100% rename from app/assets/stylesheets/settings/_all.scss rename to app/assets/stylesheets/settings/_index.scss