Skip to content

Commit

Permalink
Delete application.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifatcha committed Mar 29, 2023
1 parent 3db0b43 commit ab8e1f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
12 changes: 3 additions & 9 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
$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;

// The AssetHelper module is configured for this application to load individual stylesheets
// for components and views on pages where they are needed.

// https://github.com/alphagov/govuk_publishing_components/blob/main/docs/set-up-individual-component-css-loading.md
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<%= stylesheet_link_tag 'application', :media => "all", integrity: false %>
<%=
render_component_stylesheets
%>
Expand Down

0 comments on commit ab8e1f7

Please sign in to comment.