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