Skip to content

Commit cc76f32

Browse files
committed
[css-flexbox] Fix animation type of 'flex-basis'
'width' is not an animation type and quoting width like this links to the width property.
1 parent 8a7a6c1 commit cc76f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ The 'flex-basis' property</h4>
17151715
Computed value: as specified, with lengths made absolute
17161716
Percentages: relative to the <a>flex container's</a> inner <a>main size</a>
17171717
Media: visual
1718-
Animation type: as 'width'
1718+
Animation type: length, percentage, or calc
17191719
</pre>
17201720

17211721
Advisement: Authors are encouraged to control flexibility using the 'flex' shorthand

0 commit comments

Comments
 (0)