Skip to content

Instantly share code, notes, and snippets.

@lvl99
Created April 7, 2017 13:54
Show Gist options
  • Save lvl99/c549a7c001dd49b7100cc73e044ce57c to your computer and use it in GitHub Desktop.
Save lvl99/c549a7c001dd49b7100cc73e044ce57c 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
class Modal extends Toggleable {
  // … magic goes here …
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment