Created
March 31, 2016 14:41
-
-
Save joeyfigaro/25f8678b6d77a4a0e808caa2d6214b44 to your computer and use it in GitHub Desktop.
Default Mobelux Snippets
This file contains hidden or 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
'.source.css.scss': | |
'MX-Component': | |
'prefix': 'component', | |
'body': """ | |
//////////////////////////////////////////////// | |
// | |
// MX Component | |
// Hero Adventurer <[email protected]> | |
// 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