Skip to content

Commit

Permalink
Remove application.scss
Browse files Browse the repository at this point in the history
Not used since AssetHelper is configured to load individual stylesheets
  • Loading branch information
jon-kirwan committed Mar 20, 2023
1 parent 86d92a0 commit ce4d3ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
//= link application.js
//= link application.css
9 changes: 1 addition & 8 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
$govuk-compatibility-govuktemplate: false;
$govuk-use-legacy-palette: false;
$govuk-new-link-styles: true;

// This flag stops the font from being included in this application's
// stylesheet - the font is being served by Static across all of GOV.UK, so is
// not needed here.
$govuk-include-default-font-face: false;
// Not used since AssetHelper is configured to load individual stylesheets
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<% if content_for(:meta_description).present? %>
<meta name="description" content="<%= content_for(:meta_description) %>" />
<% end %>
<%= stylesheet_link_tag "application", media: "all" %>
<%= yield :head %>
<meta name="robots" content="noindex, nofollow">
<%=
Expand Down

0 comments on commit ce4d3ba

Please sign in to comment.