Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
0.0.24-alpha (Breaking release)
💥 Breaking changes:
.govuk-section-break__visible
has been renamed to.govuk-section-break--visible
as it is a modifier, not an element.(PR #547)
src/
folder structure, remove tree and string manipulations fromgulp tasks (PR #545)
🚀 New features:
$govuk-input-border-colour
has been introduced to define theborder colour for inputs. The Input, Select and Textarea components have been
updated to use it.
(PR #551)
🔧 Fixes:
Removes media query display on body from compiled CSS
(PR #560)
Fieldset legends now correctly use 'full black' text colour when printed
(PR #544)
Radio and Checkbox components now explicitly use currentColor for their
borders, rather than relying on inheriting it
(PR #551)
🏠 Internal:
corresponding classes the prose scope extends have been updated to provide a
placeholder class and separately create the concrete class. This allows us
to be specific about which occurrences of the class are meant to be extended.
(PR #550)
@extend
withconcrete classes.
(PR #550)