Skip to content

Commit

Permalink
Generate a new stylesheet from the unbranded partial
Browse files Browse the repository at this point in the history
Rename to not use an underscore, so a new stylesheet is created.
  • Loading branch information
gemmaleigh committed Oct 13, 2016
1 parent 84ea689 commit e18c832
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Import GOV.UK elements from /govuk-modules/, this will import the frontend toolkit and some base styles.
// Take a look in /govuk-modules/_govuk-elements.scss to see which files are imported.
@import 'govuk-elements';

// If you need to create a page as part of your journey, but without GOV.UK branding
// See localhost:3000/examples/unbranded/

Expand All @@ -10,6 +14,7 @@ $toolkit-font-stack: $Helvetica-Regular;

// Use the universal selector and !important to *ALWAYS OVERRIDE* GDS Transport
* {

font-family: $toolkit-font-stack !important;
}

Expand Down

0 comments on commit e18c832

Please sign in to comment.