Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コンパイル済みの CSS にカスタム テキストを渡す方法はありますか? {if} ステートメントを渡そうとしていますが、最終的な CSS にコメント タグを含めたくありません。
{if something} body { color: red; } {/if}
今、コンパイルエラーが発生しました。
補間 #{}と引用符の組み合わせを使用し' 'ます。
#{}
' '
#{'{if something}'} body { color: red; } #{'{/if}'}