Skip to content

Instantly share code, notes, and snippets.

@travhimself
Created May 27, 2012 20:03
Show Gist options
  • Select an option

  • Save travhimself/2815683 to your computer and use it in GitHub Desktop.

Select an option

Save travhimself/2815683 to your computer and use it in GitHub Desktop.
less css skeleton
/* Scaffolding
================================================== */
body {
}
/* Style
================================================== */
body {
}
a {
color: #444;
&.visited { color: #111; }
&:hover { color: #666; }
&:active { color: #000; }
}
::selection {
background: rgba(0, 0, 0, .4);
}
/* Vars and Mixins
================================================== */
@var: ;
.mixin (@x, @y) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment