体の背景色がなかなか出てきません。
@import "bourbon/bourbon";
@import "neat/neat";
body {background: red;}
私もMustacheフレームワークを使用しているので、私のhtmlは次のとおりです。
<body id="{{namespace}}" style="margin:0;">
<div id="wrapper">
<%> commons/header %>
<%#home? %>
<%> pages/home %>
<%/home? %>
<%#sobre? %>
<%> pages/sobre %>
<%/sobre? %>
<%#galeria? %>
<%> pages/galeria %>
<%/galeria? %>
<%#contato? %>
<%> pages/contato %>
<%/contato? %>
<%> commons/footer %>
</div>
</body>
私はすでに多くのバリエーションを試しました。とても単純に思えますが、それは私を夢中にさせます。何か案は?