Last active
August 19, 2017 02:03
-
-
Save ryanve/777f2ccb72bcd09f5437054e4c59111c to your computer and use it in GitHub Desktop.
unborder classes
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
.unborder { border: 0 } | |
.unborder-top { border-top: 0 } | |
.unborder-left { border-left: 0 } | |
.unborder-right { border-right: 0 } | |
.unborder-bottom { border-bottom: 0 } | |
.unborder-column:first-child { border-top: 0 } | |
.unborder-column:last-child { border-bottom: 0 } | |
.unborder-row:first-child { border-left: 0 } | |
.unborder-row:last-child { border-right: 0 } | |
.unborder-first-top:first-child { border-top-width: 0 } | |
.unborder-first-left:first-child { border-left-width: 0 } | |
.unborder-last-right:last-child { border-right-width: 0 } | |
.unborder-last-bottom:last-child { border-bottom-width: 0 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related: sharp.css