feat: Add exported utils
In !938 (merged) we added support for exporting utils.
However, the utils are not properly exported. This adds a utils.js
to both our src
and the generated dist
folder so we can add exported utility methods there (in same same fashion we export components). This specifically exports the breakpoints
utils.
Edited by Martin Wortschack