Skip to content

Instantly share code, notes, and snippets.

@Olical
Created December 9, 2011 21:46
Show Gist options
  • Select an option

  • Save Olical/1453439 to your computer and use it in GitHub Desktop.

Select an option

Save Olical/1453439 to your computer and use it in GitHub Desktop.
Examples for the more frameworks page - http://wolfy87.github.com/more/
// Load the more framework
@import 'more/more';
// Configure the grid
@grid-width: 1024;
@grid-columns: 12;
@grid-gutter-width: 25;
a {
#more .transition(color 500ms ease);
color: #CCCCCC;
}
a {
color: #888888;
}
div.button {
#more .border-radius(5px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment