Skip to content

Instantly share code, notes, and snippets.

@twistedstream
Created April 3, 2015 20:43
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 twistedstream/523f83b09146fd8b2a8a to your computer and use it in GitHub Desktop.
Save twistedstream/523f83b09146fd8b2a8a to your computer and use it in GitHub Desktop.
Atom.io styles.less
/* appended to the end */
@color: rgba(255, 255, 255, 0.2);
.invisible-character {
color: transparent;
.source & {
color: @color;
&.hard-tab {
position: relative;
color: transparent;
&:before {
position: absolute;
top: 50%;
left: 1px;
right: 1px;
content: "";
border-bottom: 1px solid @color;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment