Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lvl99/6b2fd885c730840a9068e5055d0ecc8e to your computer and use it in GitHub Desktop.
Save lvl99/6b2fd885c730840a9068e5055d0ecc8e to your computer and use it in GitHub Desktop.
Object-oriented inspired composable LESS mixins. View the article on the blog: http://blog.lvl99.com
<!-- Modal component HTML structure with modal and toggleable classes applied -->
<!-- This is usually the most basic way to combine multiple classes on an element -->
<div id=”example-a” class=”modal toggleable”>
<!-- … oh la la, magic~~~ … -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment