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