This repository was archived by the owner on Jan 6, 2025. It is now read-only.

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