// Variables // --------- // Use the same color all over the place? Need to do // some math with height and width and text size? // Sass supports variables as well as basic math // operations and many useful functions. // // For complete documentation: // http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#variables_ // // Available functions: // http://sass-lang.com/docs/yardoc/Sass/Script/Functions.html // Sidebar widths. $first_sidebar_width: 190px $second_sidebar_width: 200px