Difference between revisions of "Template:Box-flex"

From blackwiki
Jump to navigation Jump to search
imported>Edokter
(+cat)
imported>Edokter
Line 2: Line 2:
  
 
This template sets up the parameters for the <code>flex</code> CSS property. Despite its name, it does ''not'' support the old <code>-''n''-box-flex</code> syntax.
 
This template sets up the parameters for the <code>flex</code> CSS property. Despite its name, it does ''not'' support the old <code>-''n''-box-flex</code> syntax.
 +
 +
===See also===
 +
{{tl|display-flex}}
 +
{{tl|flex-direction}}
  
 
[[Category:Cross-browser compatibility templates]]
 
[[Category:Cross-browser compatibility templates]]
 
</noinclude>
 
</noinclude>

Revision as of 13:28, 22 March 2014

-ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; flex: 1 0 auto;

This template sets up the parameters for the flex CSS property. Despite its name, it does not support the old -n-box-flex syntax.

See also

{{display-flex}} {{flex-direction}}