Created
December 9, 2011 21:46
-
-
Save Olical/1453439 to your computer and use it in GitHub Desktop.
Examples for the more frameworks page - http://wolfy87.github.com/more/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Load the more framework | |
| @import 'more/more'; | |
| // Configure the grid | |
| @grid-width: 1024; | |
| @grid-columns: 12; | |
| @grid-gutter-width: 25; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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