don't need these unquotes

This commit is contained in:
Chris Eppstein 2010-11-12 10:26:08 -08:00
parent 4440b9accf
commit 6430b91248
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 {