hmrc / component-library-template

Template files for HMRC's component library
1 stars 16 forks source link

Out of sync govuk-template.css in component-library vs hmrc/govuk-template #17

Open feedmypixel opened 8 years ago

feedmypixel commented 8 years ago

Problem

The govuk-template.css is being pulled in for the component-library: https://github.com/hmrc/component-library-template/tree/master/public/assets/stylesheets

Is 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/stylesheets

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-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.

rpowis commented 8 years ago

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