sass-site/source/assets/css/docs.css.scss

31 lines
465 B
SCSS
Raw Normal View History

/*! Sass
* by Team Sass Design (@teamsassdesign)
*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
2018-10-24 00:06:39 +02:00
@import
'breakpoint',
2018-10-24 00:06:39 +02:00
'dependencies/layout',
'dependencies/typography',
'dependencies/color',
2018-10-24 00:06:39 +02:00
'foundation/site';
2018-10-24 00:06:39 +02:00
html { 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
2018-10-24 00:06:39 +02:00
.box * { box-sizing: content-box; }