I'm building a quite flexible and enjoyable-to-build Layout system.
The problem: It uses a multitude of small JS helper formulas/actions. They are not extensive fix-it-alls β and I only try to use them if I really need to.
Custom breakpoint detection, small grid auto flex-grow-shrink based on overflow conflicts etc β they are either crucial core utilities or small convenience snippets
But they are Script powered, and having "disable javascript" enabled in the browser really blew my entire concept.
I'd love to hear some thoughts from you!