My use case is that I’m trying to replicate the discount page for a custom discount. Outside of 1 or 2 minor bits I’ve been able to mostly do it.
The big issue I’m struggling with is replicating the section in the aside.
Because the <s-stack> has no wrap=”false” equivalent I’m forced to use <s-grid> to ensure things stay on a singular line. This itself introduces issues itself however the main thing I’m struggling with is having no equivalent of breakWord meaning a long ass discount code just does the above. Because of the unset: all within the components they naturally won’t inherit anything so I can’t do anything except create my own text that will break but this naturally isn’t in sync with any <s-text> changes you make going forward.
In addition, truncate would also be a lovely add!



