- Issue created by @Rik Wijnen
- Assigned to Kaustab_Roy
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 8:28am 15 June 2023 - 🇮🇳India Kaustab_Roy
I have added those changes in this patch.
But for me , I was having issues in .div() function. ( NOTE: the node version to use in the issue summary can help others )
So , I tested by replacing div() to / locally, even though the logic is simple & should be effective in current implementation as well
but a proper review is needed. - 🇳🇱Netherlands Rik Wijnen
I was thinking about the same code as Kaustab_Roy wrote, but than I realized that '0' can also be something like '0px' or maybe something else which equals to '0' (I don't know the code good enough to determine what values are possible). So I think just checking for '0' is not the solution for all, but I'm not sure.
- 🇳🇱Netherlands yustinTR
There are no additional syntax options specifically for 0 in CSS. To handle a check on '0px' and make it functional.
- 10c522ca committed on 5.0.x
Issue #3366919 by yustinTR, Kaustab_Roy, Rik Wijnen: Passing 0 to...
- 10c522ca committed on 5.0.x
- Status changed to Fixed
6 months ago 12:56pm 31 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.