Expand CSS shorthand properties
In the styles pane, you can expand CSS shorthand properties like flex
or padding
and see the full range of properties which are defined for you. E.g.
flex: 0 0 45%;
Translates to:
flex-grow: 0;
flex-shrink: 0;
flex-basis: 45%;
Just click the small arrow near the shorthand property to expand it.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2015-05-10 UTC.
[null,null,["Last updated 2015-05-10 UTC."],[],[]]