hof 20.0.0-beta.11 → 20.0.0-beta.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,8 @@
1
1
  <form action="" method="POST" {{$encoding}}{{/encoding}} autocomplete="off" novalidate="true" spellcheck="false">
2
2
  {{$intro}}
3
- {{#intro}}<span class="govuk-hint" >{{intro}}</span>{{/intro}}
3
+ {{#intro}}<p>{{intro}}</p>{{/intro}}
4
4
  {{/intro}}
5
+
5
6
  {{$form}}{{/form}}
6
7
  {{#csrf-token}}
7
8
  <input type="hidden" name="x-csrf-token" value="{{csrf-token}}" />
@@ -14,7 +14,8 @@ $path: "/public/images/" !default;
14
14
 
15
15
  // Govuk frontend
16
16
  // https://github.com/alphagov/govuk-frontend-docs
17
- @import "node_modules/govuk-frontend/govuk/all";
17
+ // @import "node_modules/govuk-frontend/govuk/all";
18
+ @import "../../../../node_modules/govuk-frontend/govuk/all";
18
19
 
19
20
  // Custom
20
21
  @import "base";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "20.0.0-beta.11",
4
+ "version": "20.0.0-beta.12",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",
@@ -16,6 +16,7 @@
16
16
  "author": "",
17
17
  "dependencies": {
18
18
  "jquery": "^3.6.0",
19
+ "sass": "^1.53.0",
19
20
  "typeahead-aria": "^1.0.4"
20
21
  },
21
22
  "devDependencies": {