Skip to content

Commit 9619940

Browse files
authored
Merge pull request #605 from alphagov/fix-broken-list-install-npm
Fix broken list in ‘Install with npm’ instructions
2 parents fb5b93a + 8346f07 commit 9619940

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

source/installing-with-npm/index.html.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ There are also different ways you can [import GOV.UK Frontend's CSS](../import-c
7272
Your component will not use the right font or images until you've added GOV.UK Frontend's assets to your application.
7373

7474
1. Copy the following 3 items:
75-
7675
- `/node_modules/govuk-frontend/dist/govuk/assets/images` folder to `<YOUR-APP>/assets/images`
7776
- `/node_modules/govuk-frontend/dist/govuk/assets/fonts` folder to `<YOUR-APP>/assets/fonts`
7877
- `/node_modules/govuk-frontend/dist/govuk/assets/manifest.json` file to `<YOUR-APP>/assets`

source/v5/installing-with-npm/index.html.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ You do not need `/index` at the end of your import if you’re using Dart Sass,
7676
Your component will not use the right font or images until you've added GOV.UK Frontend's assets to your application.
7777

7878
1. Copy the following 3 items:
79-
8079
- `/node_modules/govuk-frontend/dist/govuk/assets/images` folder to `<YOUR-APP>/assets/images`
8180
- `/node_modules/govuk-frontend/dist/govuk/assets/fonts` folder to `<YOUR-APP>/assets/fonts`
8281
- `/node_modules/govuk-frontend/dist/govuk/assets/manifest.json` file to `<YOUR-APP>/assets`

0 commit comments

Comments
 (0)