Skip to content

Instantly share code, notes, and snippets.

@joeyfigaro
Created March 31, 2016 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeyfigaro/25f8678b6d77a4a0e808caa2d6214b44 to your computer and use it in GitHub Desktop.
Save joeyfigaro/25f8678b6d77a4a0e808caa2d6214b44 to your computer and use it in GitHub Desktop.
Default Mobelux Snippets
'.source.css.scss':
'MX-Component':
'prefix': 'component',
'body': """
////////////////////////////////////////////////
//
// MX Component
// Hero Adventurer <hero@mobelux.com>
// 10.03.16 @ 10:40am
//
//==============================================
//
// Markup Example:
// <div class="component-boilerplate">
// ...
// </div>
//
////////////////////////////////////////////////
@mixin component-boilerplate {
//
// Children
//
//
// States
//
//
// Media Queries
//
}
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment