Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Enable new link styles #1778

Merged
merged 1 commit into from
Jun 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/webpacker/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
@return url("~assets/images/" + $filename);
}

// Enable new link styles (currently opt-in).
// TODO: remove this when this becomes the default.
$govuk-new-link-styles: true;

$govuk-font-url-function: frontend-font-url;
$govuk-image-url-function: frontend-image-url;

Expand Down