From 6430b9124840ff3efcab6343dd14153bf74de6f0 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 12 Nov 2010 10:26:08 -0800 Subject: [PATCH] don't need these unquotes --- frameworks/blueprint/stylesheets/blueprint/_buttons.scss | 2 +- frameworks/blueprint/stylesheets/blueprint/_debug.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/blueprint/stylesheets/blueprint/_buttons.scss b/frameworks/blueprint/stylesheets/blueprint/_buttons.scss index c735309f..9b77bcf1 100644 --- a/frameworks/blueprint/stylesheets/blueprint/_buttons.scss +++ b/frameworks/blueprint/stylesheets/blueprint/_buttons.scss @@ -2,7 +2,7 @@ @import "compass/utilities/general/float"; // Button Font -$blueprint-button-font-family: unquote('"Lucida Grande", Tahoma, Arial, Verdana, sans-serif') !default; +$blueprint-button-font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif !default; // Default Button Colors $blueprint-button-border-color: #dedede !default; diff --git a/frameworks/blueprint/stylesheets/blueprint/_debug.scss b/frameworks/blueprint/stylesheets/blueprint/_debug.scss index ced0b0d8..1628a2a7 100644 --- a/frameworks/blueprint/stylesheets/blueprint/_debug.scss +++ b/frameworks/blueprint/stylesheets/blueprint/_debug.scss @@ -2,7 +2,7 @@ background: image-url($image); } -@mixin blueprint-debug($grid-image: unquote("grid.png")) { +@mixin blueprint-debug($grid-image: "grid.png") { // Use this class on any column or container to see the grid. // TODO: prefix this with the project path. .showgrid {