This commit is contained in:
Jeremy Thomas
2016-12-23 13:20:13 +00:00
parent 919504dfea
commit bec6de6407
8 changed files with 40 additions and 122 deletions

View File

@@ -40,7 +40,7 @@ doc-subtab: variables
<li>
<strong>Generated variables</strong> where variables are <strong>calculated</strong> from the values set in the previous file. For example, you can have:
<ul>
<li><code>$body-background: $grey-lighter</code>: the page's main background is the lighter grey</li>
<li><code>$body-background: $white</code>: the page's main background</li>
<li><code>$link: $primary</code>: the links use the primary color</li>
<li><code>$family-primary: $family-sans-serif</code>: the primary font family is the sans-serif one</li>
</ul>