- From: Shaw Jia via GitHub <sysbot+gh@w3.org>
- Date: Tue, 05 Apr 2022 01:35:18 +0000
- To: public-css-archive@w3.org
I was able to workaround this problem by invalidating the property by making `calc()` resolving to negative value, which would invalidate `flex-basis` and any other property that can't be set to a negative value. Some properties can't be invalidated in this way, such as `margin`, but instead of invalidating I can make it resolve to 0 via creative use of max() and min(). -- GitHub Notification of comment by miragecraft Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7067#issuecomment-1088183133 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 5 April 2022 01:35:19 UTC