alphagov / tech-docs-gem

Gem to distribute the tech docs project
https://tdt-documentation.london.cloudapps.digital/
MIT License
15 stars 38 forks source link

Transition to GOV.UK Frontend #97

Closed jonheslop closed 5 years ago

jonheslop commented 5 years ago

This PR removes all legacy frontend toolkit stuff and leaves only govuk-frontend.

To do this we had to transition all the markup and stylesheets to rely on govuk-frontend classnames, mixins and variables.

demo: https://govukpay-docs-test-jfh.cloudapps.digital/

To get the govuk-frontend sass in we had upgrade sprockets and the ruby version to get everything to work nicely together

Thanks to @freesteph and @36degrees for helping me with this 🙌

jonheslop commented 5 years ago

Resolved all comments and pushed new demo version to - https://govukpay-docs-test-jfh.cloudapps.digital/payment_flow/#payment-flow

heathd commented 5 years ago

🎉 nice work!