
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
2017/04/26追記 GitHubに公開しました。 コンポーネントに含める要素 margin, padding(mb10など) flex関... 2017/04/26追記 GitHubに公開しました。 コンポーネントに含める要素 margin, padding(mb10など) flex関連 absolute関連 clearfix background-image 横スクロールする要素 margin, padding 0pxのpxは不要なのでfor文の外で書いてます。 .mt0 { margin-top: 0 !important; } .mb0 { margin-bottom: 0 !important; } .pt0 { padding-top: 0 !important; } .pb0 { padding-bottom: 0 !important; } @for $i from 1 through 6 { .mt#{$i * 5} { margin-top: 5px * $i !important; } .mb#{$i * 5}