hof 20.0.0-beta.12 → 20.0.0-beta.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,8 +14,7 @@ $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";
18
- @import "../../../../node_modules/govuk-frontend/govuk/all";
17
+ @import "node_modules/govuk-frontend/govuk/all";
19
18
 
20
19
  // Custom
21
20
  @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.12",
4
+ "version": "20.0.0-beta.13",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",
@@ -1,6 +1,6 @@
1
1
 
2
2
  @import "../../../frontend/themes/gov-uk/styles/govuk";
3
- @import "../../../node_modules/govuk-frontend/govuk/all";
3
+ // @import "../../../node_modules/govuk-frontend/govuk/all";
4
4
 
5
5
  //autocomplete styling
6
6
  .tt-menu {