Created
May 23, 2017 14:41
-
-
Save keithjgrant/4e595c7a4d8bf458558b83a58a11c159 to your computer and use it in GitHub Desktop.
interesting test-case for auto-formatting
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
atom-text-editor.editor .linter-highlight.linter-error .region, | |
.linter-highlight.linter-error .region { | |
background-image: | |
linear-gradient(45deg, transparent 65%, @red-5 80%, transparent 90%), | |
linear-gradient(135deg, transparent 5%, @red-5 15%, transparent 25%), | |
linear-gradient(135deg, transparent 45%, @red-5 55%, transparent 65%), | |
linear-gradient(45deg, transparent 25%, @red-5 35%, transparent 50%) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment