エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
市松模様生成mixin - Qiita
@mixin pattern-check($color1:'#fff', $color2:'#000', $target:'.hoge', $col:4) { #{$target} { back... @mixin pattern-check($color1:'#fff', $color2:'#000', $target:'.hoge', $col:4) { #{$target} { background-color:#{$color1}; } @if $col % 2 == 0 { @for $i from 0 through floor(($col - 1) / 2) { &:nth-child(#{$col * 2}n + #{($i * 2) + 1}) , &:nth-child(#{$col * 2}n + #{($i * 2) + $col + 2}) { #{$target} { background-color:#{$color2}; } } } } @else { @for $i from 0 through floor(($col - 1) / 2) { @for

