not:first-child selector

0 votes
181 views
added Mar 14, 2018 in CSS by anonymous
edited Aug 6, 2018 by LC Marshal
.transaction-date {
  &:not:first-child {
    font-weight: 400;
  }
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...