use real BEM almost everywhere. Some restructuring is still missing
This commit is contained in:
committed by
Benedikt Rötsch
parent
1fb784e0d1
commit
928ccc0ade
@@ -1,7 +1,6 @@
|
||||
include ./_courseCard
|
||||
|
||||
mixin highlightedCourseModule(module)
|
||||
.module
|
||||
.module__higlightedCourse
|
||||
h2.module__higlightedCourse__title #{module.fields.title}
|
||||
+courseCard(module.fields.course)
|
||||
.module.module-higlighted-course
|
||||
h2.module-higlighted-course__title #{module.fields.title}
|
||||
+courseCard(module.fields.course)
|
||||
|
||||
Reference in New Issue
Block a user