0

以下のように、hamlet を使用して内部スタイルシートを作成しました。

style = [hamlet|<style type=text/css> h3 {margin-bottom: 0} |]

プレーンテキストの代わりに Cassius/Lucius を使用するには、これをどのように書き直すことができますか?

4

1 に答える 1

1
toWidget [lucius|
h3 {
    margin-bottom: 0;
}
|]

CSS を含む Yesod ウィジェットを生成します。Yesod book http://www.yesodweb.com/bookには、この種の非常に啓発的な例がいくつかあります。

于 2012-05-04T10:40:19.743 に答える