Difference between revisions of "Template:Box-flex"

From blackwiki
Jump to navigation Jump to search
imported>Edokter
imported>Edokter
Line 4: Line 4:
  
 
===See also===
 
===See also===
{{tl|display-flex}}
+
* {{tl|display-flex}}
{{tl|flex-direction}}
+
* {{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