-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to GOV.UK Frontend 3.0.0 #769
Conversation
34a1f99
to
3c3b5f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good @NickColley. 👏
c5f154d
to
ae7644d
Compare
@@ -5,7 +5,7 @@ | |||
.app-step-nav-header { | |||
position: relative; | |||
padding: 10px; | |||
background: govuk-colour("grey-4"); | |||
background: govuk-colour("light-grey"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we want to pass $legacy
attributes here so that users can opt to use the legacy palette and this won't blow up?
Include legacy colours if a user turns on the legacy palette
Icon is now an inline SVG
ae7644d
to
92726f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This pull request establishes the base for the upcoming Prototype Kit 9.0 release which'll include GOV.UK Frontend 3.0.0.
I followed the release notes for 3.0.0 to do this pull request.
It has a pre-release installed which will be changed when we're ready to release this properly.