Replace removed global GOV.UK Template styles

GOV.UK Template included styles targeting elements
by their tag name, so affected all elements of
that type. Removing these files removes certain
styles from the top of the cascade.

Moving all components to GOV.UK Frontend (that are
possible) should fix this further down the
cascade. This adds them back to plug the gap in
the cascade until that work happens.
This commit is contained in:
Tom Byers
2019-10-15 17:40:59 +01:00
parent bc8ebad421
commit a2075ecdd2
2 changed files with 60 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ $path: '/static/images/';
@import './govuk-frontend/all';
// Specific to this application
@import 'globals';
@import 'grids';
@import 'components/site-footer';
@import 'components/placeholder';