Flex CSS Shorthand Property Value Assignments
what fastest way set padding on element in flex 4 css? it:
padding-top: 5
padding-bottom: 6
padding-left: 7
padding-right: 8
?
this bit tedious. in html/css can do
padding: 8 3
(top , bottom = 8, left , right = 3)
or
padding: 8
(all padding = 8)
these called shorthand property value assignments, or that. flex4 have that?
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment