Hacker News new | ask | show | jobs
by qbert 3666 days ago
For the gutters, just do:

  .something {
    width: calc(33.33% - #{$spacing-small * 2/3});

    + .something {
      margin-left: $spacing-small;
    }
  }
1 comments

I like that!