We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3a937 commit f914d96Copy full SHA for f914d96
css/css-flexbox/flex-shorthand-calc.html
@@ -11,6 +11,6 @@
11
test_shorthand_value('flex', 'sign(1em - 1px) sibling-index()', {
12
'flex-grow': 'sign(1em - 1px)',
13
'flex-shrink': 'sibling-index()',
14
- 'flex-basis': 'auto'
+ 'flex-basis': '0%'
15
});
16
</script>
0 commit comments