Small changes to liquid.sass from code review.
This commit is contained in:
parent
f9f77069ea
commit
5aa24e6c5e
@ -5,6 +5,7 @@
|
|||||||
// * Version: 0.7.1 (2008-02-25)
|
// * Version: 0.7.1 (2008-02-25)
|
||||||
// * Website: http://code.google.com/p/blueprintcss/
|
// * Website: http://code.google.com/p/blueprintcss/
|
||||||
// Based on work by:
|
// Based on work by:
|
||||||
|
// * Chris Eppstein [eppsteins.net]
|
||||||
// * Lorin Tacket [lorintackett.com]
|
// * Lorin Tacket [lorintackett.com]
|
||||||
// * Olav Bjorkoy [bjorkoy.com]
|
// * Olav Bjorkoy [bjorkoy.com]
|
||||||
// * Nathan Borror [playgroundblues.com]
|
// * Nathan Borror [playgroundblues.com]
|
||||||
@ -23,9 +24,14 @@
|
|||||||
//
|
//
|
||||||
// To make the grid fixed, simply change the .container width
|
// To make the grid fixed, simply change the .container width
|
||||||
// property to a pixel value. e.g., 960px.
|
// 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.
|
// Main layout grid, edit these parameters to build your grid and container sizes.
|
||||||
// The width shown gives the right floored percentage values.
|
// The width shown gives the right floored percentage values.
|
||||||
|
Loading…
Reference in New Issue
Block a user