Updated the compass examples to work correctly with the images_url() function.
8
examples/blueprint_default/config.rb
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Require any additional compass plugins here.
|
||||||
|
project_type = :stand_alone
|
||||||
|
css_dir = "stylesheets"
|
||||||
|
sass_dir = "src"
|
||||||
|
images_dir = "images"
|
||||||
|
output_style = :compact
|
||||||
|
# To enable relative image paths using the images_url() function:
|
||||||
|
http_images_path = :relative
|
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
8
examples/blueprint_semantic/config.rb
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Require any additional compass plugins here.
|
||||||
|
project_type = :stand_alone
|
||||||
|
css_dir = "stylesheets"
|
||||||
|
sass_dir = "src"
|
||||||
|
images_dir = "images"
|
||||||
|
output_style = :compact
|
||||||
|
# To enable relative image paths using the images_url() function:
|
||||||
|
http_images_path = :relative
|
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
@ -9,6 +9,8 @@ body.blueprint
|
|||||||
+blueprint-scaffolding-body
|
+blueprint-scaffolding-body
|
||||||
.container
|
.container
|
||||||
+container
|
+container
|
||||||
|
.showgrid
|
||||||
|
+showgrid
|
||||||
hr
|
hr
|
||||||
+colruler
|
+colruler
|
||||||
hr.space
|
hr.space
|
||||||
|
8
examples/compass/config.rb
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Require any additional compass plugins here.
|
||||||
|
project_type = :stand_alone
|
||||||
|
css_dir = "stylesheets"
|
||||||
|
sass_dir = "src"
|
||||||
|
images_dir = "images"
|
||||||
|
output_style = :compact
|
||||||
|
# To enable relative image paths using the images_url() function:
|
||||||
|
http_images_path = :relative
|
Before Width: | Height: | Size: 51 B After Width: | Height: | Size: 51 B |
@ -56,7 +56,7 @@ h2
|
|||||||
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("blue_arrow.gif", 5px, 7px, 18px)
|
||||||
|
|
||||||
#tables
|
#tables
|
||||||
+column(16)
|
+column(16)
|
||||||
|