Guest User

Untitled

a guest
May 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. .page01
  2. // 前後の記述は無関係なので省略
  3. .p01_nCLi
  4. @for $i from 1 through 14
  5. @if $i <= 7
  6. &:nth-child(#{$i})
  7. -ms-grid-column: 1
  8. -ms-grid-row: $i
  9. @else
  10. &:nth-child(#{$i})
  11. -ms-grid-column: 2
  12. -ms-grid-row: $i - 7
Add Comment
Please, Sign In to add comment