Skip to content

Instantly share code, notes, and snippets.

View coopermaruyama's full-sized avatar

Cooper Maruyama coopermaruyama

View GitHub Profile
jQuery.getScript("//dl.dropboxusercontent.com/s/ci08683w66ud4s0/optimizelyspytool.js");
@coopermaruyama
coopermaruyama / tree-view-border.less
Last active August 29, 2015 14:20 — forked from ds0nt/gist:54c32f2d67622d683838
Easily discern nesting on Atom's tree-view
.tree-view {
overflow-y: auto;
padding-right: 0;
.selected {
&::before {
background: none !important;
}
& > * {
text-shadow: -8px 0px 27px hsla(48, 48%, 94%, 0.6),
10px 0px 27px hsl(48, 75%, 94%),