remove susy from default css. fixes #90
This commit is contained in:
parent
bb2005388a
commit
77848ba549
|
@ -1,5 +1,4 @@
|
||||||
@import "compass";
|
@import "compass";
|
||||||
@import "susy";
|
|
||||||
|
|
||||||
$link-color: #0388a6;
|
$link-color: #0388a6;
|
||||||
$link-hover-color: #009ce0;
|
$link-hover-color: #009ce0;
|
||||||
|
@ -18,7 +17,6 @@ $gutter-width: 1em;
|
||||||
$side-gutter-width: $gutter-width;
|
$side-gutter-width: $gutter-width;
|
||||||
|
|
||||||
@include global-reset;
|
@include global-reset;
|
||||||
@include establish-baseline;
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
|
@ -31,6 +29,4 @@ a {
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
@include container;
|
|
||||||
@include susy-grid-background;
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue