2013-10-12 22:32:25 +02:00
|
|
|
/*! Sass
|
|
|
|
* by Team Sass Design (@teamsassdesign)
|
|
|
|
*/
|
|
|
|
|
2013-10-16 09:47:46 +02:00
|
|
|
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@import "compass";
|
|
|
|
@import "breakpoint";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@import "dependencies/layout";
|
|
|
|
@import "dependencies/typography";
|
|
|
|
@import "dependencies/color";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@import "foundation/site";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
text-align: left;
|
|
|
|
background: $color-background;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
padding: 2em;
|
|
|
|
font: {
|
|
|
|
size: inherit;
|
|
|
|
family: 'Source Sans Pro', sans-serif;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.maruku_toc { display: none; }
|
2014-03-14 01:51:23 +01:00
|
|
|
|
|
|
|
.box * { @include box-sizing(content-box); }
|