Sean van Zuidam

Results 13 comments of Sean van Zuidam

Setting the flex-shrink to 0 or setting the full flex property to 0 0 auto will also fix this behavior

@hotdoy why did you close the issue, did you fix it?

I am not sure how to add a section to the package page, not clear how this is handled, I suspect this done trough each package.json in the packages folder,...

@ericfennis any chance you or someone else can take a look at this PR?

@ericfennis any chance this can be added now and moved later? I would love to tweet and do some more things about this addition to Hyva, as alternative icon pack....

@ericfennis is there anything I can help with?

On hold for any patch release, this will break the import syntax for any SCSS users Will be part of the v1.3 release

Note this rare case that will also popup with older Sass versions The solution is to move the variants to a src folder

Make sure you are using the polyfill only when needed, before registering the dialog, example; ```js if (typeof HTMLDialogElement !== "function") { dialogPolyfill.registerDialog("your-dialog"); } ``` This should fix any errors...

@ericfennis super! I have not got a chance to to take a look to improve the 3de party implementation. So this great. I will create a new PR with with...