alphagov / govuk_frontend_toolkit

❗️GOV.UK Frontend Toolkit is deprecated, and will only receive major bug fixes and security patches.
MIT License
403 stars 107 forks source link

Allow tablet, desktop breakpoints to be overridden #357

Closed 36degrees closed 7 years ago

36degrees commented 7 years ago

We are using GOV.UK Frontend Toolkit in the tech docs work we are doing (although it’s currently just vendor’ed in) and need to override the breakpoints used by the media mixin so that the behaviour makes sense for our application.

This makes the tablet and desktop breakpoints variables with default values, which can be overriden by e.g. specifying different values in the application’s stylesheet before frontend toolkit is included.

36degrees commented 7 years ago

Thanks, @robinwhittleton!