templates/project/basemod.scss in cyaml-0.0.23 vs templates/project/basemod.scss in cyaml-0.0.24
- old
+ new
@@ -1,16 +1,17 @@
@charset "UTF-8";
-$layout_width: 1000px;
-$layout_max_width: $layout_width;
-$layout_min_width: $layout_width;
-$display_3rd_column: none; /* (none|block) */
-$header_height: 200px;
-$content_height: auto;
-$footer_height: 50px;
-$width_c1: 25%;
-$width_c2: 50%;
-$width_c3: auto;
+$layout_width: 1000px;
+$layout_max_width: $layout_width;
+$layout_min_width: $layout_width;
+$display_3rd_column: none; /* (none|block) */
+$header_height: 200px;
+$content_height: auto;
+$footer_height: 50px;
+$width_c1: 25%;
+$width_c2: 50%;
+$width_c3: auto;
+$yaml_img_dir: "/images";
@import "default_includes";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS framework