-
Notifications
You must be signed in to change notification settings - Fork 7
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 govuk-frontend 3.7.0 #75
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -195,10 +195,9 @@ $mc-active-item-background: govuk-colour("blue"); | |
padding-top: 0; | ||
padding-right: 0; | ||
padding-bottom: 0; | ||
border-top: 0; | ||
border-right: 0; | ||
border-left: 0; | ||
border: 0; | ||
background: transparent; | ||
text-decoration: underline; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you add some explanation for these changes? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure, I've now added a description to this commit:
|
||
|
||
@include govuk-media-query($from: tablet) { | ||
display: none; | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Could you add the command used here? (Or perhaps it should go in the README.)
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.
By running
npm run build
which is also triggered before the test suite is run.