use real BEM almost everywhere. Some restructuring is still missing

This commit is contained in:
Benedikt Rötsch
2017-09-28 10:29:33 +02:00
committed by Benedikt Rötsch
parent 1fb784e0d1
commit 928ccc0ade
23 changed files with 315 additions and 422 deletions

View File

@@ -4,7 +4,7 @@ include mixins/_lesson
block content
.wrapper.wrapper-with-sidebar
section.wrapper__sidebar
section.wrapper-with-sidebar__sidebar
h2 Table of contents
.table-of-contents
ul
@@ -13,7 +13,7 @@ block content
each lesson in course.fields.lessons
li
a(href=`/courses/${course.fields.slug}/lessons/${lesson.fields.slug}`) #{lesson.fields.title}
section.wrapper__content
section.wrapper-with-sidebar__content
h1= course.fields.title
if lesson