Skip to content

Instantly share code, notes, and snippets.

@esr360
Last active January 24, 2018 09:27
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 esr360/8e29b9d824e4a641ff9d53bb35f1115e to your computer and use it in GitHub Desktop.
Save esr360/8e29b9d824e4a641ff9d53bb35f1115e to your computer and use it in GitHub Desktop.
<Wrapper>
<Button>Button</Button>
</Wrapper>
<Wrapper>
<Alert bar success>Alert Bar</Alert>
</Wrapper>
// Output:
<div class="button_wrapper">
<button class="button">Button</button>
</div>
<div class="alert_wrapper">
<div class="alert-bar-success">Alert Bar</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment