Created
April 7, 2017 13:55
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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