Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lvl99/e6877047a5478fe48b35ab6d689a226e to your computer and use it in GitHub Desktop.
Save lvl99/e6877047a5478fe48b35ab6d689a226e 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
// Special mixin to apply any default state styles and rules
.-toggleable-init-default(@rules: {}) {
.-toggleable-state-show();
.-toggleable-state-hide();
@rules();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment