We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d791c7b commit 0e7a875Copy full SHA for 0e7a875
lib/assets/stylesheets/_govuk_tech_docs.scss
@@ -1,4 +1,15 @@
1
-$govuk-assets-path: "/assets/govuk/assets/" !default;
+@function tech-docs-image-url-function($filename) {
2
+ @return image-url($govuk-images-path + $filename)
3
+}
4
+
5
+@function tech-docs-font-url-function($filename) {
6
+ @return font-url($govuk-fonts-path + $filename)
7
8
9
+$govuk-font-url-function: 'tech-docs-font-url-function';
10
+$govuk-image-url-function: 'tech-docs-image-url-function';
11
12
+$govuk-assets-path: "/assets/govuk/assets/";
13
14
// Include only the bits of GOV.UK Frontend we need
15
$govuk-new-link-styles: true;
0 commit comments