when i'm switching to the liquid grid the scaffolding (that nice
typography) is gone ...
--> this is fine:
@import blueprint.sass
@import blueprint/modules/scaffolding.sass
@import compass/reset.sass
+blueprint
// Remove the scaffolding when you're ready to start doing visual
design.
// Or leave it in if you're happy with how blueprint looks out-of-the-
box
+blueprint-scaffolding
+blueprint-liquid-grid
// Remove the scaffolding when you're ready to start doing visual
design.
// Or leave it in if you're happy with how blueprint looks out-of-the-
box
+blueprint-scaffolding
On Tue, Mar 31, 2009 at 10:05 AM, csbartus <bartus.cson...@gmail.com> wrote:
> ahoy,
> when i'm switching to the liquid grid the scaffolding (that nice
> typography) is gone ...
> --> this is fine:
> @import blueprint.sass
> @import blueprint/modules/scaffolding.sass
> @import compass/reset.sass
> +blueprint
> // Remove the scaffolding when you're ready to start doing visual
> design.
> // Or leave it in if you're happy with how blueprint looks out-of-the-
> box
> +blueprint-scaffolding
> +blueprint-liquid-grid
> // Remove the scaffolding when you're ready to start doing visual
> design.
> // Or leave it in if you're happy with how blueprint looks out-of-the-
> box
> +blueprint-scaffolding
The blueprint-liquid-grid only includes the rules for the grid layout.
and it's meant to be added over top of +blueprint: You still need to
apply the other parts that are in +blueprint.
> when i'm switching to the liquid grid the scaffolding (that nice
> typography) is gone ...
> --> this is fine:
> @import blueprint.sass
> @import blueprint/modules/scaffolding.sass
> @import compass/reset.sass
> +blueprint
> // Remove the scaffolding when you're ready to start doing visual
> design.
> // Or leave it in if you're happy with how blueprint looks out-of-the-
> box
> +blueprint-scaffolding
> +blueprint-liquid-grid
> // Remove the scaffolding when you're ready to start doing visual
> design.
> // Or leave it in if you're happy with how blueprint looks out-of-the-
> box
> +blueprint-scaffolding
> The blueprint-liquid-grid only includes the rules for the grid layout.
> and it's meant to be added over top of +blueprint: You still need to
> apply the other parts that are in +blueprint.