From dbbde066ba3743539aa3d9e85388e706c231aeed Mon Sep 17 00:00:00 2001 From: Martin Schwenzer Date: Thu, 29 May 2014 21:15:10 +0200 Subject: [PATCH] Update README.md --- dev/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/README.md b/dev/README.md index ce9b5a2..5a26d34 100644 --- a/dev/README.md +++ b/dev/README.md @@ -2,7 +2,9 @@ BEM === .block{} //the section of content + .block__element{} //an individual element inside of the content section + .block--modifier{} //specifically edited element pieces SETUP @@ -40,4 +42,4 @@ GITHUB npm version patch|minor|major git add *; git commit -m "Commit message" -git push \ No newline at end of file +git push