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}}<
|
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