mirror of
https://github.com/danog/sass-site.git
synced 2025-01-05 20:48:47 +01:00
38 lines
497 B
SCSS
38 lines
497 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; }
|