Answer the question
In order to leave comments, you need to log in
Mixin in mixin is it possible to use?
Good afternoon, I'm interested in such a question: can a mixin be used in a mixin?
include ../project_title/project_title
include ../project_number/project_number
include ../project_pic/project_pic
mixin video_preview(project_pic-pic,project_title-text,project_title-textstyle,project_number-text,project_number-textstyle)
.video_slide
a(href="#")
+project_pic(project_pic-pic)
.info
img(src="images/play.png", alt="", class="play")
.text
+project_title(project_title-text,project_title-textstyle)
+project_number(project_number-text,project_number-textstyle)
mixin project_title(text, textstyle)
h1(class=textstyle)=text
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question