There is a considerable difference between the two.
This also applies to all other front-end assets. Component library should be using what we serve in production.
Solution
Update the component-librarygovuk-template.css files to be the same as the ones we use in production. then in a future task update both dependencies. This also applies to all other front-end assets. Component library should be using what we serve in production.
I think we took GOV.UK govuk-template and not HMRC's when we started this repo. We just need to copy the HMRC markup and styles over to replace the GOV.UK stuff
Problem
The
govuk-template.css
is being pulled in for thecomponent-library
: https://github.com/hmrc/component-library-template/tree/master/public/assets/stylesheetsIs out of date in comparison to what we use in production
hmrc/govuk-template
: https://github.com/hmrc/govuk-template/tree/master/resources/public-assets/stylesheetsThere is a considerable difference between the two.
This also applies to all other front-end assets. Component library should be using what we serve in production.
Solution
Update the
component-library
govuk-template.css
files to be the same as the ones we use in production. then in a future task update both dependencies. This also applies to all other front-end assets. Component library should be using what we serve in production.