Skip to content

Instantly share code, notes, and snippets.

@ehellman
Created February 7, 2017 11:32
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 ehellman/648476e8929e2865e45b8ea12066c824 to your computer and use it in GitHub Desktop.
Save ehellman/648476e8929e2865e45b8ea12066c824 to your computer and use it in GitHub Desktop.
Empty BEM Blueprint
///
/// THE <blueprint> BLOCK
///
///============================================================================
///
/// @description
/// desc
///
///============================================================================
///
/// BLOCK NAME
///----------------------------------------------------------------------------
$block: 'blueprint';
///
/// @IMPORTS
///----------------------------------------------------------------------------
///
/// LOCAL :ROOT VARIABLES
///----------------------------------------------------------------------------
///
/// BLOCK CODE
///----------------------------------------------------------------------------
.#{$block} {
///
/// MODIFIERS
///----------------------------------------------------------------------------
///
/// ELEMENTS
///----------------------------------------------------------------------------
///
/// BLOCKS
///----------------------------------------------------------------------------
///
/// MISC
///----------------------------------------------------------------------------
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment