Limon Monte

Results 102 comments of Limon Monte

> As the migration guide points out Cash doesn't work with SVGs as well as jQuery does, I don't think it should be used for manipulating SVGDOMs. I missed that...

> Do you know what would need to be fixed in order to Cash to support SVGs fully? Nope, I solved my particular case, but I do not have a...

Sure, but my pathed method is dummy and covering only my small particular case :) ```js $.fn.hasClass = function (this: Cash, cls: string): boolean { const el = this.get(0) if...

@bestander if you're open for PRs, maybe it makes sense to reopen this issue?

I would really appreciate your help @GeoSot, thanks for reporting! Let me know if you have any questions about contributing.

Maybe the naming of the alias could be aligned with Renovate (the only place where I did find this feature!), it's called [stabilityDays](https://docs.renovatebot.com/configuration-options/#stabilitydays) Also `stabilityDays` is mentioned in this RFC:...

> I'll start working on sweetalert2/sweetalert2.github.io#79 Thank you, that's the important one!

Thanks for the contribution @GeoSot! I don't like the idea of increasing complexity and it looks out of the issue that we're trying to solve. Is it possible to stick...

The solution above will work perfectly for a simple light/dark switch. If you need a switch for more themes, I'd recommend this approach: SCSS: ```scss // Default SweetAlert2 styles [data-theme='default']...