mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
remove double-dash before background
This commit is contained in:
parent
0fe7336a1d
commit
a1a20d759c
@ -67,7 +67,7 @@
|
||||
</h1>
|
||||
{% endunless %}
|
||||
|
||||
<div class="sl-l-container sl-color--white--background{% unless is_home %} sl-l-section{% endunless %}">
|
||||
<div class="sl-l-container sl-color--white-background{% unless is_home %} sl-l-section{% endunless %}">
|
||||
{{ content | typogr }}
|
||||
</div>
|
||||
|
||||
@ -84,7 +84,7 @@
|
||||
</div>
|
||||
|
||||
{% if section_bottom %}
|
||||
<section class="sl-color--white--background sl-l-container">
|
||||
<section class="sl-color--white-background sl-l-container">
|
||||
<ul class="sl-l-grid sl-l-grid--full sl-l-medium-grid--gutters-large sl-l-medium-grid--divide-by-2 sl-l-large-grid--divide-by-3 sl-l-section">
|
||||
{% for item in section_bottom %}
|
||||
<li class="sl-l-grid__column">
|
||||
|
@ -37,7 +37,7 @@ This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareA
|
||||
- ![Sass](/assets/img/styleguide/white.png){height=80} {.sl-l-grid__column}
|
||||
- ![Sass](/assets/img/styleguide/seal-color-reversed.png){height=80} {.sl-l-grid__column}
|
||||
- ![Sass](/assets/img/styleguide/seal-black-reversed.png){height=80} {.sl-l-grid__column}
|
||||
{.sl-l-grid .sl-l-grid--full .sl-l-large-grid--fit .sl-l-large-grid--gutters-large .sl-l-large-grid--center .sl-color--midnight-blue--background}
|
||||
{.sl-l-grid .sl-l-grid--full .sl-l-large-grid--fit .sl-l-large-grid--gutters-large .sl-l-large-grid--center .sl-color--midnight-blue-background}
|
||||
|
||||
### Black
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user