Skip to content

Instantly share code, notes, and snippets.

@dperrymorrow
Created January 31, 2017 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dperrymorrow/9c34d519e43ce4571fc1fa66592d83b0 to your computer and use it in GitHub Desktop.
Save dperrymorrow/9c34d519e43ce4571fc1fa66592d83b0 to your computer and use it in GitHub Desktop.
emoji linter in atom
.linter-row.decoration {
border-radius: 3px;
justify-content: center;
color: darken(@red, 30%);
.linter-gutter.linter-highlight.error, .linter-gutter.linter-highlight.warning{
&:before {
background-color: darken(@red, 30%) !important;
position: absolute;
content: '🔥';
font-size: 0.9em;
left: 0;
top: 0;
text-align: left;
padding-left: 2px;
width: 100%;
}
background: transparent;
}
.linter-gutter.linter-highlight.warning:before {
background-color: darken(@orange, 60%) !important;
content: '💀';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment