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.
次のように動作するSASS mixinを作成しようとしています:
@include custom-horiz-sep(7);
CSSを出力します:
content: "xxxxxxx";
(定義済みの 7 文字)
SASSで「for」ループを使用して「コンテンツ」プロパティの値を作成するにはどうすればよいですか?