Categories
How to interpolate a class name in jade?
I need to concatenate a piece of the class name with a variable, how to do it? it doesn't work .alert.alert-#{message.status}
Answer the question
In order to leave comments, you need to log in
.alert(class=`alert-${message.status}`)
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question