oficiodesign / initial-css

MIT License
4 stars 1 forks source link

Mixin for inner border #110

Open robsonsobral opened 3 years ago

robsonsobral commented 3 years ago

Should we turn this into a mixin?

th + th,
td + th,
th + td,
td + td {
  border-left: my.$stroke__thin solid my.palette('neutral', 'dark');
}

tr + tr th,
tr + tr td {
  border-top: my.$stroke__thin solid my.palette('neutral', 'dark');
}

Would it make the next branch better, @Eduruiz ?