@x-govuk/govuk-eleventy-plugin 6.0.1 → 6.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,7 +39,7 @@
39
39
 
40
40
  a {
41
41
  @include govuk-link-common;
42
- @include govuk-link-style-default;
42
+ @include govuk-link-style-no-visited-state;
43
43
  @include govuk-link-style-no-underline;
44
44
  }
45
45
  }
@@ -9,7 +9,7 @@
9
9
  html: description | markdown("inline") | noOrphans
10
10
  } if description,
11
11
  breadcrumbs: {
12
- classes: "govuk-!-display-none-print govuk-!-margin-bottom-0",
12
+ classes: "govuk-!-display-none-print",
13
13
  items: breadcrumbItems
14
14
  } if showBreadcrumbs
15
15
  }) }}
@@ -17,7 +17,7 @@
17
17
  src: image.src
18
18
  } if image,
19
19
  breadcrumbs: {
20
- classes: "govuk-!-display-none-print govuk-!-margin-bottom-0",
20
+ classes: "govuk-!-display-none-print",
21
21
  items: breadcrumbItems
22
22
  } if showBreadcrumbs
23
23
  }) }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-govuk/govuk-eleventy-plugin",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "description": "Write documentation using Markdown and publish it using GOV.UK styles",
5
5
  "keywords": [
6
6
  "govuk",