You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Currently the only way to add custom breakpoints is to provide the BREAKPOINTS token manually. If a user wants to include the default breakpoints, they have to specifically redeclare them, which might not be obvious.
The proposed solution is to add a new CUSTOM_BREAKPOINT multi token that can be concatenated to the main breakpoints array (taken from the BREAKPOINTS token) on startup.
The text was updated successfully, but these errors were encountered:
Looks like we already have CUSTOM_BREAKPOINTS_PROVIDER_FACTORY, so this issue is going to track adding a guide for custom breakpoints.
CaerusKaru
changed the title
feat(breakpoints): add ability to tack on breakpoints
docs(breakpoints): add guide for adding custom breakpoints
Feb 11, 2018
Currently the only way to add custom breakpoints is to provide the
BREAKPOINTS
token manually. If a user wants to include the default breakpoints, they have to specifically redeclare them, which might not be obvious.The proposed solution is to add a new
CUSTOM_BREAKPOINT
multi token that can be concatenated to the main breakpoints array (taken from theBREAKPOINTS
token) on startup.The text was updated successfully, but these errors were encountered: