Guest User

Untitled

a guest
Jan 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. li:nth-child(5) { margin-left: 0;}
  2.  
  3. $galleryGrid: 5;
  4. li:nth-child($galleryGrid) { margin-left: 0;}
  5.  
  6. $galleryGrid: 5;
  7. li:nth-child(#{$galleryGrid}) { margin-left: 0;}
  8.  
  9. li:nth-child(5){margin-left:0}
Add Comment
Please, Sign In to add comment