don't need these unquotes
This commit is contained in:
parent
4440b9accf
commit
6430b91248
@ -2,7 +2,7 @@
|
|||||||
@import "compass/utilities/general/float";
|
@import "compass/utilities/general/float";
|
||||||
|
|
||||||
// Button Font
|
// 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
|
// Default Button Colors
|
||||||
$blueprint-button-border-color: #dedede !default;
|
$blueprint-button-border-color: #dedede !default;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
background: image-url($image);
|
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.
|
// Use this class on any column or container to see the grid.
|
||||||
// TODO: prefix this with the project path.
|
// TODO: prefix this with the project path.
|
||||||
.showgrid {
|
.showgrid {
|
||||||
|
Loading…
Reference in New Issue
Block a user