23 lines
498 B
SCSS
23 lines
498 B
SCSS
$gutter: 32px;
|
|
$column: 400px;
|
|
|
|
$body-font: roboto, sans-serif;
|
|
$monospace-font: menlo, monospace;
|
|
|
|
$gray-bg: #fcfcfc;
|
|
$gray-text: #678;
|
|
$text-color: #333;
|
|
$baseA-400: #53a;
|
|
$baseB-400: #35a;
|
|
$line-color: #f5f5f5;
|
|
$dark-line-color: #ccc;
|
|
|
|
@import url('https://unpkg.com/sanitize.css@5.0.0/sanitize.css');
|
|
|
|
@import './base/base';
|
|
@import './markdown/headings';
|
|
@import './markdown/table';
|
|
@import './components/h2-section';
|
|
@import './components/h3-section-list';
|
|
@import './components/h3-section';
|