Created
January 31, 2022 02:16
-
-
Save jenhuls/0da827e161292f82186c3eb2d4da0efa to your computer and use it in GitHub Desktop.
[Prevent Double Border in Grid Layout]#scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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