mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 18:38:12 +01:00
40 lines
543 B
SCSS
40 lines
543 B
SCSS
/*! Sass
|
|
* by Team Sass Design (@teamsassdesign)
|
|
*/
|
|
|
|
@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; }
|
|
|
|
.box * { @include box-sizing(content-box); }
|