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.

有帮助吗?

解决方案

You can write anything you want in HTML attributes:

.column(style="align:center;")
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top