Created
April 30, 2017 01:25
-
-
Save BenRussert/e0556182113a097b9541b2bbd2a1849b to your computer and use it in GitHub Desktop.
Less style snippets
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
// https://github.com/atom/bracket-matcher/issues/46 | |
atom-text-editor::shadow { | |
.bracket-matcher .region { | |
background-color: yellow; | |
border: 1px solid black; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment