Small changes to liquid.sass from code review.

This commit is contained in:
Chris Eppstein 2008-10-03 07:55:50 -07:00
parent f9f77069ea
commit 5aa24e6c5e

View File

@ -5,6 +5,7 @@
// * Version: 0.7.1 (2008-02-25)
// * Website: http://code.google.com/p/blueprintcss/
// Based on work by:
// * Chris Eppstein [eppsteins.net]
// * Lorin Tacket [lorintackett.com]
// * Olav Bjorkoy [bjorkoy.com]
// * Nathan Borror [playgroundblues.com]
@ -23,9 +24,14 @@
//
// To make the grid fixed, simply change the .container width
// property to a pixel value. e.g., 960px.
// --------------------------------------------------------------
// -----
// To use:
// This module is a REPLACEMENT for the grid module. Simply import it:
// @import blueprint/screen.sass
// @import blueprint/modules/liquid.sass
// -------------------------------------------------------------------
@import compass/utilities
@import compass/utilities/general/clearfix.sass
// Main layout grid, edit these parameters to build your grid and container sizes.
// The width shown gives the right floored percentage values.