// -------------------------------------------------------------------- // Graphpaper Configuration // ======================== // // These are values for the default Graphpaper grid. They will produce // the standard 950px Blueprint layout. // // The !graphpaper_grid_padding value is not used unless you opt to // left align your site by mixing +grid-container(false) in which // case, it will apply the value to the :padding-left property of // the element containing the grid. // // -------------------------------------------------------------------- !graphpaper_grid_columns = 24 !graphpaper_grid_width = 30px !graphpaper_grid_margin = 10px !graphpaper_grid_padding = 10px !default_font_size = 12px !line_height_multiplier = 1.5 // If this is your first time in this file, your next step will probably // be in partials/_base.sass. There Graphpaper will walk you through // applying the grid on your site and recommend some best practicies that // will make it easier to work with Graphpaper.