pablolobos
6/6/2014 - 5:00 PM

grig_nth-child_last-child_orphan.scss

grig_nth-child_last-child_orphan.scss

li:nth-child(3n + 1):last-child {
   /* Now you are safe to do some orphan styling */
   float: none;
   width: auto;
}