aboutsummaryrefslogtreecommitdiff
path: root/docs/about
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-14 18:02:18 -0800
committerMark Otto <[email protected]>2015-01-14 18:02:18 -0800
commit0531d6476cc655fe7fce56356067512b75ce7a15 (patch)
tree29ca60bd3edef23ea24e80f3d9bd526ecb01848c /docs/about
parent720d02c5e5fc435bb2145bfbbb17878a536d1efb (diff)
parente94a597685e52d335747e61f3286abae3f6a5694 (diff)
downloadbootstrap-0531d6476cc655fe7fce56356067512b75ce7a15.tar.xz
bootstrap-0531d6476cc655fe7fce56356067512b75ce7a15.zip
Merge pull request #63 from twbs/team-unity
Core & Sass Teams are now one and the same bigger Team
Diffstat (limited to 'docs/about')
-rw-r--r--docs/about/team.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/about/team.md b/docs/about/team.md
index 8b4bf25bb..aa2a0c06a 100644
--- a/docs/about/team.md
+++ b/docs/about/team.md
@@ -20,19 +20,3 @@ Bootstrap is maintained by the founding team and a small group of invaluable cor
</div>
Get involved with Bootstrap development by [opening an issue](https://github.com/twbs/bootstrap/issues/new) or submitting a pull request. Read our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) for information on how we develop.
-
-## Sass team
-
-<div class="list-group bs-team">
- {% for member in site.data.sass-team %}
- <div class="list-group-item">
- <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user={{ member.user }}&amp;type=follow"></iframe>
- <a class="team-member" href="https://github.com/{{ member.user }}">
- <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}" width="32" height="32">
- <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small>
- </a>
- </div>
- {% endfor %}
-</div>
-
-The [official Sass port of Bootstrap]({{ site.sass_repo }}) was created and is maintained by this team. It became part of Bootstrap's organization with v3.1.0. Read the Sass [contributing guidelines](https://github.com/twbs/bootstrap-sass/blob/master/CONTRIBUTING.md) for information on how the Sass port is developed.