Join the Webstudio community

Updated last year

Reorder Flex Sizing to Match Spec

At a glance

The post discusses a minor issue with the shorthand flex property in CSS, where the UI displays the properties in a different order than the shorthand. Community members note that this is an easy fix, and a pull request has been submitted to address the issue. The comments also express excitement about the quick response time to the bug report, with one community member stating that 2 minutes between bug submission and a fix is a personal new record.

Useful resources
Super minor but shorthand flex is <grow> <shrink> <basis>

But the ui shows it <basis> <grow> <shrink>

Very subtle but if you are used to typing shorthand it throws you for a loop

Ref https://developer.mozilla.org/en-US/docs/Web/CSS/flex
Attachment
image.png
O
J
5 comments
good catch and easy to fix
2 min between bug submission and a fix is the personal new record
lol thats awesome
Add a reply
Sign up and join the conversation on Discord