Silence implicit string deprecation warnings.
This commit is contained in:
parent
180d98d8d3
commit
91aa83cbfd
@ -43,7 +43,7 @@ body#sample
|
|||||||
+column(8)
|
+column(8)
|
||||||
+colborder
|
+colborder
|
||||||
#aligned-box
|
#aligned-box
|
||||||
+column(7, last)
|
+column(7, true)
|
||||||
#main
|
#main
|
||||||
+column(15)
|
+column(15)
|
||||||
+prepend(1)
|
+prepend(1)
|
||||||
@ -59,9 +59,9 @@ body#sample
|
|||||||
+column(7)
|
+column(7)
|
||||||
+colborder
|
+colborder
|
||||||
#nested-2
|
#nested-2
|
||||||
+column(7, last)
|
+column(7, true)
|
||||||
#sidebar
|
#sidebar
|
||||||
+column(7, last)
|
+column(7, true)
|
||||||
h3
|
h3
|
||||||
em
|
em
|
||||||
+reset
|
+reset
|
||||||
|
@ -42,7 +42,7 @@ body#sample
|
|||||||
+column(8)
|
+column(8)
|
||||||
+colborder
|
+colborder
|
||||||
#aligned-box
|
#aligned-box
|
||||||
+column(7, last)
|
+column(7, true)
|
||||||
#main
|
#main
|
||||||
+column(15)
|
+column(15)
|
||||||
+prepend(1)
|
+prepend(1)
|
||||||
@ -58,9 +58,9 @@ body#sample
|
|||||||
+column(7)
|
+column(7)
|
||||||
+colborder
|
+colborder
|
||||||
#nested-2
|
#nested-2
|
||||||
+column(7, last)
|
+column(7, true)
|
||||||
#sidebar
|
#sidebar
|
||||||
+column(7, last)
|
+column(7, true)
|
||||||
h3
|
h3
|
||||||
em
|
em
|
||||||
+reset
|
+reset
|
||||||
|
@ -50,13 +50,13 @@ h2
|
|||||||
+no-bullets
|
+no-bullets
|
||||||
|
|
||||||
#lists
|
#lists
|
||||||
+column(8, last)
|
+column(8, true)
|
||||||
ul.inline
|
ul.inline
|
||||||
+inline-list
|
+inline-list
|
||||||
ul.comma-delimited
|
ul.comma-delimited
|
||||||
+comma-delimited-list
|
+comma-delimited-list
|
||||||
ol.pretty
|
ol.pretty
|
||||||
+pretty-bullets(images/blue_arrow.gif, 5px, 7px, 24px)
|
+pretty-bullets("images/blue_arrow.gif", 5px, 7px, 24px)
|
||||||
|
|
||||||
#tables
|
#tables
|
||||||
+column(16)
|
+column(16)
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
=feedback-base
|
=feedback-base
|
||||||
:padding .8em
|
:padding .8em
|
||||||
:margin-bottom 1em
|
:margin-bottom 1em
|
||||||
:border= 2px solid !feedback_border_color
|
:border= 2px "solid" !feedback_border_color
|
||||||
|
|
||||||
=error
|
=error
|
||||||
+feedback-base
|
+feedback-base
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
@import colors.sass
|
@import colors.sass
|
||||||
@import compass/utilities/links/link_colors.sass
|
@import compass/utilities/links/link_colors.sass
|
||||||
|
|
||||||
!blueprint_font_family ||= "Helvetica Neue", Helvetica, Arial, sans-serif
|
!blueprint_font_family ||= "Helvetica Neue, Helvetica, Arial, sans-serif"
|
||||||
!blueprint_fixed_font_family ||= 'andale mono', 'lucida console', monospace
|
!blueprint_fixed_font_family ||= "'andale mono', 'lucida console', monospace"
|
||||||
|
|
||||||
// The +blueprint-typography mixin must be mixed into the top level of your stylesheet.
|
// The +blueprint-typography mixin must be mixed into the top level of your stylesheet.
|
||||||
// However, you can customize the body selector if you wish to control the scope
|
// However, you can customize the body selector if you wish to control the scope
|
||||||
|
@ -11,11 +11,11 @@
|
|||||||
// Make a list(ul/ol) have an image bullet
|
// Make a list(ul/ol) have an image bullet
|
||||||
// mixin should be used like this for an icon that is 5x7:
|
// mixin should be used like this for an icon that is 5x7:
|
||||||
// ul.pretty
|
// ul.pretty
|
||||||
// +pretty-bullets(/images/my-icon.png, 5px, 7px)
|
// +pretty-bullets("/images/my-icon.png", 5px, 7px)
|
||||||
=pretty-bullets(!bullet_icon, !width, !height, !line_height = 18px, !padding = 14px)
|
=pretty-bullets(!bullet_icon, !width, !height, !line_height = 18px, !padding = 14px)
|
||||||
:margin-left 0
|
:margin-left 0
|
||||||
li
|
li
|
||||||
:padding-left= !padding
|
:padding-left= !padding
|
||||||
:background= url(!bullet_icon) no-repeat ((!padding - !width) / 2) ((!line_height - !height) / 2)
|
:background= url(!bullet_icon) "no-repeat" ((!padding - !width) / 2) ((!line_height - !height) / 2)
|
||||||
:list-style-type none
|
:list-style-type none
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
!yui_default_base_font_size ||= 13px
|
!yui_default_base_font_size ||= 13px
|
||||||
!yui_default_base_line_height ||= 1.231
|
!yui_default_base_line_height ||= 1.231
|
||||||
!yui_default_font_family ||= arial,helvetica,clean,sans-serif
|
!yui_default_font_family ||= "arial,helvetica,clean,sans-serif"
|
||||||
|
|
||||||
// Sets the font size specified in pixels using percents so that the base
|
// Sets the font size specified in pixels using percents so that the base
|
||||||
// font size changes and 1em has the correct value. When nesting font size
|
// font size changes and 1em has the correct value. When nesting font size
|
||||||
|
@ -157,7 +157,7 @@
|
|||||||
#{nest(!g_33_33_33, !unit)}
|
#{nest(!g_33_33_33, !unit)}
|
||||||
float: right
|
float: right
|
||||||
|
|
||||||
#{nest(!g_33_33_33, div.first)}
|
#{nest(!g_33_33_33, "div.first")}
|
||||||
margin-left: 0
|
margin-left: 0
|
||||||
float: left
|
float: left
|
||||||
|
|
||||||
@ -179,7 +179,7 @@
|
|||||||
*width: 66%
|
*width: 66%
|
||||||
_width: 61.2%
|
_width: 61.2%
|
||||||
|
|
||||||
#{nest(!g_33_33_33, !g_33_67, div.first)}
|
#{nest(!g_33_33_33, !g_33_67, "div.first")}
|
||||||
*width: 31%
|
*width: 31%
|
||||||
_width: 29.5%
|
_width: 29.5%
|
||||||
|
|
||||||
@ -192,7 +192,7 @@
|
|||||||
margin-right: 0
|
margin-right: 0
|
||||||
_margin-left: 0
|
_margin-left: 0
|
||||||
|
|
||||||
#{nest(!g_33_33_33, !g_67_33, div.first)}
|
#{nest(!g_33_33_33, !g_67_33, "div.first")}
|
||||||
width: 66%
|
width: 66%
|
||||||
*float: left
|
*float: left
|
||||||
*margin-left: 0
|
*margin-left: 0
|
||||||
@ -223,7 +223,7 @@
|
|||||||
#{nest(!g_50_50, !g_75_25)},
|
#{nest(!g_50_50, !g_75_25)},
|
||||||
#{!g_50_50},
|
#{!g_50_50},
|
||||||
#{!g_67_33},
|
#{!g_67_33},
|
||||||
#{nest(!g_67_33, div.first)},
|
#{nest(!g_67_33, "div.first")},
|
||||||
#{!g_33_67},
|
#{!g_33_67},
|
||||||
#{!g_75_25},
|
#{!g_75_25},
|
||||||
#{!g_25_75}
|
#{!g_25_75}
|
||||||
@ -242,10 +242,10 @@
|
|||||||
*width: 48.1%
|
*width: 48.1%
|
||||||
*margin-left: 0
|
*margin-left: 0
|
||||||
|
|
||||||
#{nest(!g_50_50, !g_50_50, div.first)}
|
#{nest(!g_50_50, !g_50_50, "div.first")}
|
||||||
*margin: 0
|
*margin: 0
|
||||||
|
|
||||||
#{nest(!g_33_33_33, !g_50_50, div.first)}
|
#{nest(!g_33_33_33, !g_50_50, "div.first")}
|
||||||
*margin-right: 4%
|
*margin-right: 4%
|
||||||
_margin-right: 1.3%
|
_margin-right: 1.3%
|
||||||
|
|
||||||
@ -281,8 +281,8 @@
|
|||||||
div.first
|
div.first
|
||||||
margin-left: 0
|
margin-left: 0
|
||||||
|
|
||||||
#{nest(!g_50_50, !g_67_33, div.first)},
|
#{nest(!g_50_50, !g_67_33, "div.first")},
|
||||||
#{nest(!g_67_33, div.first)},
|
#{nest(!g_67_33, "div.first")},
|
||||||
#{nest(!g_33_67, !g_50_50)},
|
#{nest(!g_33_67, !g_50_50)},
|
||||||
#{nest(!g_33_67, !unit)}
|
#{nest(!g_33_67, !unit)}
|
||||||
width: 66%
|
width: 66%
|
||||||
@ -292,12 +292,12 @@
|
|||||||
div.first
|
div.first
|
||||||
width: 32%
|
width: 32%
|
||||||
|
|
||||||
#{nest(!g_50_50, !g_33_67, div.first)}
|
#{nest(!g_50_50, !g_33_67, "div.first")}
|
||||||
_width: 29.9%
|
_width: 29.9%
|
||||||
|
|
||||||
#{nest(!g_75_25, !unit)},
|
#{nest(!g_75_25, !unit)},
|
||||||
#{nest(!g_75_25, !g_50_50)},
|
#{nest(!g_75_25, !g_50_50)},
|
||||||
#{nest(!g_25_75, div.first)}
|
#{nest(!g_25_75, "div.first")}
|
||||||
width: 24%
|
width: 24%
|
||||||
|
|
||||||
#{!g_33_33_33}
|
#{!g_33_33_33}
|
||||||
@ -312,19 +312,19 @@
|
|||||||
div.first
|
div.first
|
||||||
float: left
|
float: left
|
||||||
|
|
||||||
#{nest(!g_75_25, div.first)},
|
#{nest(!g_75_25, "div.first")},
|
||||||
#{nest(!g_25_75, !g_50_50)},
|
#{nest(!g_25_75, !g_50_50)},
|
||||||
#{nest(!g_25_75, !unit)}
|
#{nest(!g_25_75, !unit)}
|
||||||
width: 74.2%
|
width: 74.2%
|
||||||
|
|
||||||
#{!g_33_33_33}
|
#{!g_33_33_33}
|
||||||
#{nest(!g_75_25, !unit)},
|
#{nest(!g_75_25, !unit)},
|
||||||
#{nest(!g_25_75, div.first)}
|
#{nest(!g_25_75, "div.first")}
|
||||||
*width: 24%
|
*width: 24%
|
||||||
_width: 20%
|
_width: 20%
|
||||||
|
|
||||||
#{!g_33_33_33}
|
#{!g_33_33_33}
|
||||||
#{nest(!g_75_25, div.first)},
|
#{nest(!g_75_25, "div.first")},
|
||||||
#{nest(!g_25_75, !unit)}
|
#{nest(!g_25_75, !unit)}
|
||||||
*width: 73.5%
|
*width: 73.5%
|
||||||
_width: 65.5%
|
_width: 65.5%
|
||||||
|
@ -4,14 +4,14 @@
|
|||||||
+blueprint
|
+blueprint
|
||||||
#main.container
|
#main.container
|
||||||
#top
|
#top
|
||||||
+column(24, last)
|
+column(24, true)
|
||||||
#middle
|
#middle
|
||||||
+column(24, last)
|
+column(24, true)
|
||||||
#left
|
#left
|
||||||
+column(6)
|
+column(6)
|
||||||
#content
|
#content
|
||||||
+column(12)
|
+column(12)
|
||||||
#right
|
#right
|
||||||
+column(6, last)
|
+column(6, true)
|
||||||
#bottom
|
#bottom
|
||||||
+column(24, last)
|
+column(24, true)
|
||||||
|
Loading…
Reference in New Issue
Block a user