Skip to content

Instantly share code, notes, and snippets.

@jiguang
Created May 19, 2014 05:29
Show Gist options
  • Save jiguang/0b76e9469d98b78e2118 to your computer and use it in GitHub Desktop.
Save jiguang/0b76e9469d98b78e2118 to your computer and use it in GitHub Desktop.
webkit flex
%box{ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
%flex{-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment