mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
Code review edits
This commit is contained in:
parent
b819995c85
commit
687d0dfe01
@ -5,13 +5,15 @@ layout: base
|
||||
<div class="sl-l-large-holy-grail">
|
||||
<div class="sl-l-large-holy-grail__body">
|
||||
<div class="sl-l-large-holy-grail__main">
|
||||
<div class="sl-l-container sl-l-container--small">
|
||||
<div {% unless no_container %}class="sl-l-container sl-l-container--small" {% endunless %}>
|
||||
{% if before_introduction_include %}
|
||||
{% include before_introduction_include %}
|
||||
{% endif %}
|
||||
<div class="sl-c-introduction">
|
||||
{{ introduction }}
|
||||
</div>
|
||||
{% if introduction %}
|
||||
<div class="sl-c-introduction {% if center_introduction %} sl-c-introduction--center{% endif %}">
|
||||
{{ introduction }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{{ content | typogr }}
|
||||
</div>
|
||||
|
@ -61,7 +61,7 @@ complementary_content: |-
|
||||
actively remove someone from the community. Ultimately, we can only use our
|
||||
voice to publicly declare that we do not agree with or endorse people or
|
||||
organizations who don't act in the spirit of these guidelines.
|
||||
complementary_content_aria_label: 'Resources'
|
||||
no_container: false
|
||||
---
|
||||
|
||||
As such, the Sass Community Guidelines states our ideals as a community. It's
|
||||
|
@ -1,10 +1,10 @@
|
||||
---
|
||||
layout: has_complimentary
|
||||
title: '#teamSass'
|
||||
introduction: >
|
||||
introduction: |-
|
||||
Sass has an awesome community of designers and developers who love to spread
|
||||
the word and help people out. Here we’ve collected some resources.
|
||||
Happy Styling!
|
||||
the word and help people out. Here we've collected some resources.
|
||||
Happy Styling!
|
||||
complementary_content: |-
|
||||
|
||||
## Resources
|
||||
@ -22,6 +22,7 @@ complementary_content: |-
|
||||
by Wynn Netherland, Natalie Weizenbaum, Chris Eppstein, Brandon Mathis
|
||||
complementary_content_nav: True
|
||||
complementary_content_aria_label: 'Resources'
|
||||
no_container: false
|
||||
---
|
||||
|
||||
**Everyone is welcome in the Sass community, except those who are
|
||||
|
Loading…
Reference in New Issue
Block a user