Skip to content

Instantly share code, notes, and snippets.

@scottdavis
Created August 3, 2011 04:35
Show Gist options
  • Select an option

  • Save scottdavis/1121917 to your computer and use it in GitHub Desktop.

Select an option

Save scottdavis/1121917 to your computer and use it in GitHub Desktop.
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import "compass";
@import "vert/*.png";
$horizontal-layout:horizontal;
@import "horizontal/*.png";
$diagonal-layout:diagonal;
@import "diagonal/*.png";
$smart-layout:smart;
@import "smart/*.png";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment