Skip to content

Instantly share code, notes, and snippets.

@kadsyy
Created October 24, 2017 16:25
Show Gist options
  • Save kadsyy/fc94c5593ca84b125bbfd053ab4a5b8c to your computer and use it in GitHub Desktop.
Save kadsyy/fc94c5593ca84b125bbfd053ab4a5b8c to your computer and use it in GitHub Desktop.
bootstrap 3 table-borderless scss
.table {
&.table-borderless td,
&.table-borderless th {
border: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment