Skip to content

Commit

Permalink
default output all neat and tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed May 10, 2010
1 parent 7c1fe18 commit 580bc9c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
7 changes: 3 additions & 4 deletions sass/susy/_reset.scss
@@ -1,10 +1,9 @@
//** Susy Reset **//

/* Reset --------------------------------------------------------------*/

/* @group reset */
@import "compass/reset";

// HTML5 reset
@include reset-html5;
/* HTML5 Reset --------------------------------------------------------------*/

/* @end */
@include reset-html5;
6 changes: 3 additions & 3 deletions templates/project/_base.scss
@@ -1,6 +1,6 @@
//**
// Susy: Fixed-Elastic-Fluid grids without all the math
// By: Eric A. Meyer and OddBird Collective
// Susy: Un-obtrusive grids for designers
// By: Eric A. Meyer and OddBird
// Site: www.oddbird.net/susy/
//**

Expand All @@ -16,7 +16,7 @@ $col-width: 4em;
$gutter-width: 1em;
$side-gutter-width: $gutter-width;

// Don't move this @import above the GRID and FONT-SIZE overrides.
// Don't move this @import above the GRID and FONT-SIZE variables.
@import "susy/susy";

// Colors --------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions templates/project/_defaults.scss
Expand Up @@ -3,7 +3,7 @@
// Based on the work of:
// Andy Clarke: http://forabeautifulweb.com/

/* Imports --------------------------------------------------------------*/
// Imports --------------------------------------------------------------*/

@import "base";
@import "susy/reset";
Expand Down Expand Up @@ -196,7 +196,7 @@ dd {
}

/* Tables --------------------------------------------------------------*/
/* tables still need 'cellspacing="0"' in the markup
/* tables still need 'cellspacing="0"' in the markup */

table {
@include trailer;
Expand Down
3 changes: 3 additions & 0 deletions templates/project/ie.scss
Expand Up @@ -4,4 +4,7 @@
* <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
* <![endif]--> */

// Imports --------------------------------------------------------------*/

@import "base";

3 changes: 2 additions & 1 deletion templates/project/print.scss
Expand Up @@ -2,7 +2,7 @@
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */

/* Imports --------------------------------------------------------------*/
// Imports --------------------------------------------------------------*/

@import "defaults";

Expand All @@ -16,6 +16,7 @@
* {
// floated elements disappear when they overflow the page
float: none !important;
background: none;
}
body {
@include serif-family;
Expand Down
2 changes: 1 addition & 1 deletion templates/project/screen.scss
Expand Up @@ -2,7 +2,7 @@
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" /> */

/* Imports --------------------------------------------------------------*/
// Imports --------------------------------------------------------------*/

@import "defaults";

Expand Down

0 comments on commit 580bc9c

Please sign in to comment.