Skip to content

Instantly share code, notes, and snippets.

@lvl99
Created April 7, 2017 13:56
Show Gist options
  • Save lvl99/f9febfd85f29a10b5e8532d87f9f168d to your computer and use it in GitHub Desktop.
Save lvl99/f9febfd85f29a10b5e8532d87f9f168d 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
// Uses the namespace to build custom state classes
@-toggleable-ns-class-show: ~".ui-@{ns}-show";
@-toggleable-ns-class-hide: ~".ui-@{ns}-hide";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment