Skip to content

Instantly share code, notes, and snippets.

@jenhuls
Created January 31, 2022 02:16
Show Gist options
  • Save jenhuls/0da827e161292f82186c3eb2d4da0efa to your computer and use it in GitHub Desktop.
Save jenhuls/0da827e161292f82186c3eb2d4da0efa to your computer and use it in GitHub Desktop.
[Prevent Double Border in Grid Layout]#scss
/*
* example usage: client logo grid
*/
.item {
border: 1px solid $gray-200;
margin:0 -1px -1px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment