From b5fc33a89ae5b4cc7b84858a619c330133c5aa7d Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 9 Aug 2009 20:23:59 -0700 Subject: [PATCH] [Blueprint] Fixed a bug in the default blueprint stylesheet that caused invalid body selectors to be generated. --- frameworks/blueprint/templates/project/screen.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/blueprint/templates/project/screen.sass b/frameworks/blueprint/templates/project/screen.sass index c50d2140..e3588dcd 100644 --- a/frameworks/blueprint/templates/project/screen.sass +++ b/frameworks/blueprint/templates/project/screen.sass @@ -11,14 +11,14 @@ // +blueprint //Recommended Blueprint configuration with scoping and semantic layout: ++blueprint-typography("body.bp") ++blueprint-scaffolding("body.bp") body.bp - +blueprint-typography +blueprint-utilities +blueprint-debug +blueprint-interaction // 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 form.bp +blueprint-form