Created
October 24, 2017 16:25
-
-
Save kadsyy/fc94c5593ca84b125bbfd053ab4a5b8c to your computer and use it in GitHub Desktop.
bootstrap 3 table-borderless scss
This file contains 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
.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