Skip to content

Instantly share code, notes, and snippets.

View fkajerry's full-sized avatar
🎯
Focusing

Jerry.Z fkajerry

🎯
Focusing
  • Shanghai
View GitHub Profile
@fkajerry
fkajerry / flexbox.less
Created December 15, 2015 01:57 — forked from jayj/flexbox.less
CSS3 Flexbox - LESS Mixins
// --------------------------------------------------
// 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}";
@fkajerry
fkajerry / Demo Flexbox 1.markdown
Created December 4, 2015 06:13
Demo Flexbox 1
@fkajerry
fkajerry / 0_reuse_code.js
Created June 13, 2014 15:47
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console