質問

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