Created
November 29, 2018 11:48
-
-
Save phroggyy/5a0d848ace35684fed281c44489077ce to your computer and use it in GitHub Desktop.
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
.panel-splitter { | |
width: 8px; | |
border-width: 0 1px; | |
cursor: col-resize; | |
&.theme--dark { | |
@apply .border-gray-lighter .bg-gray; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment