This file contains 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
// ------------------------------------------------ | |
// Expressive BEM mixins (for BEM and namespacing) | |
//------------------------------------------------- | |
//--------------------------------------------- | |
// Creates a new, top-level Block | |
// -------------------------------------------- | |
// If a type (e.g. component, module, utility) | |
// is given, it will auto-generate a namespaced | |
// class that adheres to Harry Roberts' post |
This file contains 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
/* MIXINS */ | |
.media-object { | |
/**/ } | |
.media-object__image { | |
/**/ } | |
.media-object__image--reversed { | |
/**/ } | |
.media-object__body { | |
/**/ } | |
.person { |
NewerOlder