Skip to content

Instantly share code, notes, and snippets.

View travi5567's full-sized avatar

trav5567 travi5567

View GitHub Profile
@travi5567
travi5567 / flexbox.less
Last active August 29, 2015 14:23 — forked from jayj/flexbox.less
// --------------------------------------------------
// Flexbox LESS mixins
// The spec: http://www.w3.org/TR/css3-flexbox
// --------------------------------------------------
// Flexbox display
// flex or inline-flex
.flex-display(@display: flex) {
display: ~"-webkit-@{display}";
display: ~"-moz-@{display}";
http://codex.wordpress.org/The_Loop
------------------------------------------------------------------------------
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<?php
foreach($arrayVariable as $variable){
echo $variable;
}
if($.browser.ie)