Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix burger emoji in README
  • Loading branch information
danielguillan committed Mar 24, 2015
1 parent 2380901 commit 5e2dd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BEM Constructor is a Sass library for building immutable and namespaced BEM-styl

By enforcing a consistent and programatic way of defining objects (blocks, elements and modifiers) it ensures a more structured, robust and secure object codebase that is easy to understand and maintain. Objects defined using the constructor are impossible to modify and reassign by mistake or omission.

Jump to [🍔 The Burger Example™](#example) to see the mixins in action.
Jump to [:hamburger: The Burger Example™](#example) to see the mixins in action.

## Key ideas

Expand Down Expand Up @@ -169,7 +169,7 @@ You can customize them to whatever fits you needs:
$bem-modifier-separator: '-_-_'; // Defaults to '--'


##<a name="example"></a> 🍔 The Burger Example™
##<a name="example"></a> :hamburger: The Burger Example™


*Disclaimer: the following Sass code may not compile into a real burger.*
Expand Down

0 comments on commit 5e2dd16

Please sign in to comment.