Skip to content

Commit cb9527c

Browse files
committed
Allow GOV UK assets path to be overriden
If the variable has already been set, then don't override it. This allows implementors to adjust for other settings (such as Middleman's http_prefix setting).
1 parent 6f84654 commit cb9527c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/assets/stylesheets/_govuk_tech_docs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$govuk-assets-path: "/assets/govuk/assets/";
1+
$govuk-assets-path: "/assets/govuk/assets/" !default;
22

33
// Include only the bits of GOV.UK Frontend we need
44
$govuk-new-link-styles: true;

0 commit comments

Comments
 (0)