Created
December 8, 2011 17:58
-
-
Save andresgutgon/1447834 to your computer and use it in GitHub Desktop.
Susy set up
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
| // Imports ------------------------------------------------------------------- | |
| @import "compass/reset" | |
| @import "compass/typography" | |
| @import "compass/css3" | |
| @import "compass/layout" | |
| @import "compass/utilities" | |
| @import "compass/typography/vertical_rhythm" | |
| //Grid ------------------------------------------------------------------ | |
| //Sorry susy has to be imported | |
| @import "susy" | |
| $total-cols : 12 | |
| $col-width : 64px | |
| $gutter-width : 10px | |
| $side-gutter-width : 5px | |
| /* Root --------------------------------------------------------------------*/ | |
| // Settings ------------------------------------------------------------------ | |
| $legacy-support-for-ie6 : false | |
| $legacy-support-for-ie7 : false !default | |
| $legacy-support-for-ie8 : false !default | |
| $ie : false !default | |
| $show-column-grid-backgrounds : true | |
| $show-baseline-grid-backgrounds : false | |
| $show-grid-backgrounds : true | |
| // Font Sizes ---------------------------------------------------------------- | |
| $base-font-size : 16px | |
| $base-line-height : $base-font-size*1.5 | |
| // Tipography with vertical Rythmin | |
| // Now this is from compass | |
| +establish-baseline |
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 any additional compass plugins here. | |
| require "susy" | |
| # Set this to the root of your project when deployed: | |
| http_path = "/" | |
| css_dir = "css" | |
| sass_dir = "sass" | |
| images_dir = "img" | |
| javascripts_dir = "js" | |
| # You can select your preferred output style here (can be overridden via the command line): | |
| # output_style = :expanded or :nested or :compact or :compressed | |
| # To enable relative paths to assets via compass helper functions. Uncomment: | |
| relative_assets = true | |
| # To disable debugging comments that display the original location of your selectors. Uncomment: | |
| # line_comments = false | |
| preferred_syntax = :sass |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruby-1.8.7-p72@rails3 andres$ gem list compass
*** LOCAL GEMS ***
compass (0.12.alpha.1)
compass-susy-plugin (0.9)