Skip to content

Instantly share code, notes, and snippets.

@andyfowler
Created November 16, 2010 18:10
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 andyfowler/702194 to your computer and use it in GitHub Desktop.
Save andyfowler/702194 to your computer and use it in GitHub Desktop.
A sample of some CSS, written for less.js
@import 'mixins.less';
nav {
ul {
list-style: none;
li {
float: left;
color: @tan;
.rounded-corners(5px);
&.current-page {
.gradient(#aaaaaa, #cccccc);
color: @brown;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment