Question

Is there a way to write inline css using Jade for Node?

My HTML is:

<div class="column" style="text-align:center;"></div>

but I can't see any reference to this in the guides.

Was it helpful?

Solution

You can write anything you want in HTML attributes:

.column(style="align:center;")
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top