Skip to content

Instantly share code, notes, and snippets.

@httpJunkie
Last active February 1, 2016 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save httpJunkie/2beae7a93ca510e6ac28 to your computer and use it in GitHub Desktop.
Save httpJunkie/2beae7a93ca510e6ac28 to your computer and use it in GitHub Desktop.
Emmet Snippets for Flexbox layout

Flexbox Layout Snippets for Emmet (docs.emmet.io)

FlexBox 50/50 columns with rows

div[layout="row"]>div[flex="50"]*2>div[layout="column"]>div[layout="row"]>div[flex="50"]*2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment