6 Oct
2014
6 Oct
'14
8:03 p.m.
On Oct 6, 2014, at 9:11 AM, lesleyb <lesleyb@herlug.org.uk> wrote:
My first question is where is this in relation to SASS?
The only relation I know to SASS is that you can take advantage of SASS’ nesting. For example: .list { &__header { /* stuff */ } &__item { /* stuff */ } &--modifier { /* stuff */ } &--modifier2 { /* stuff */ } } Reference: http://alwaystwisted.com/post.php?s=2014-02-27-even-easier-bem-ing-with-sass... --- David Landry