Add override from future GOV.UK Frontend version

We need to duplicate it until we upgrade.
This commit is contained in:
Chris Hill-Scott
2021-04-13 15:43:03 +01:00
parent c95b2ef8b3
commit 559c400e84

View File

@@ -52,3 +52,9 @@
// $class parameter is deprecated but needed for v2 of GOVUK Frontend. Remove for v3 & above
@include govuk-grid-column(full, $class: false);
}
// Add override from future version of GOV.UK Frontend
// Todo: remove this once weve upgraded past v3.11.0
.govuk-\!-display-none {
display: none !important;
}