Skip to content

Commit

Permalink
Sample Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Apr 25, 2012
1 parent e2f2f3b commit a95315c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions sass/style-2.scss
Expand Up @@ -7,11 +7,12 @@
// Aura Variables
//////////////////////////////
$body-font-size: 18px;
//$font-scale: false;
//$font-scale: true;
$sidebars: 2, 'both', 4, 2;
$single-column: true;
$single-column: false;

$width: 960px;
$breakpoints: 'test' 1000px 'max-width', 1000px 1000px 'width' 'print';

//////////////////////////////
// Aura Setup Mixin
Expand All @@ -23,6 +24,14 @@ $width: 960px;
font-family: 'Poly', serif;
background-color: red;
@include susy-grid-background;

@include respond-to('test') {
background-color: green;
}

@include respond-to(1000px) {
background-color: yellow;
}
}

#main-content {
Expand Down

0 comments on commit a95315c

Please sign in to comment.