Created
January 7, 2013 18:10
-
-
Save ixti/4477094 to your computer and use it in GitHub Desktop.
Example of using jekyll-assets + compass + susy
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
@import "susy" | |
.page { @include container; } |
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
require "susy" # adds susy Compass framework | |
require "jekyll-assets/compass" # enable jekyll-assets plugin with compass shim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment