- From: Šime Vidas via GitHub <sysbot+gh@w3.org>
- Date: Sun, 06 May 2018 18:06:34 +0000
- To: public-css-archive@w3.org
Assuming that the `flex` total is less than 1, then something like `flex: 0.15` seems to be equivalent to this: ```css min-width: fit-content; width: 15%; ``` Demo: https://codepen.io/simevidas/pen/erGXRZ?editors=1100 Is that correct? If yes, is there a reason to use one over the other (are there any notable side effects)? -- GitHub Notification of comment by simevidas Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2617#issuecomment-386899502 using your GitHub account
Received on Sunday, 6 May 2018 18:06:48 UTC