Skip to content

Commit

Permalink
Update to Vanilla 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Jul 12, 2023
1 parent 770f123 commit fbc0cdc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Canonical global navigation demo</title>
<meta name="description" content="Canonical global navigation demo" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://assets.ubuntu.com/v1/vanilla-framework-version-3.8.2.min.css" />
<link rel="stylesheet" href="https://assets.ubuntu.com/v1/vanilla-framework-version-4.0.0.min.css" />
<style type="text/css">
body {
display: block;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"sass-lint": "1.13.1"
},
"dependencies": {
"vanilla-framework": "3.14.0"
"vanilla-framework": "4.0.0"
}
}
2 changes: 1 addition & 1 deletion src/sass/global-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ $global-nav-link-color: #3097ff;

.global-nav-dropdown__content {
margin: 0 auto;
max-width: 72rem;
max-width: $grid-max-width;
padding-top: 0;
}

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4622,10 +4622,10 @@ util@^0.10.3:
dependencies:
inherits "2.0.3"

vanilla-framework@3.14.0:
version "3.14.0"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-3.14.0.tgz#c5b94d7e2e3ef2d3c9f24091b7efc4abf8054cf9"
integrity sha512-06Vr2nhjU72N9IivwCLcd7FgqFNopkiHfzANJUCNdvs8FkbTjIB7fcsFgJ6O76KnOBsEiAoJAssRkTh9x3a2jw==
vanilla-framework@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.0.0.tgz#a2fee9bd9763ebd6932b764f9d66484dc177d4cc"
integrity sha512-fiPnmaTUe15l5MRNJ6IsiJ8qiunfmgtLETOFltaYiE/bQKL7xTI+riBak2iygBKeF1y0Gi/GxUNt4hyb6xDPKA==

which-boxed-primitive@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit fbc0cdc

Please sign in to comment.