twbs--bootstrap/docs/about/team.md

1.8 KiB

layout title
page Team

Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community.

Core team

{% for member in site.data.core-team %}
@{{ member.user }} {{ member.name }} @{{ member.user }}
{% endfor %}

Get involved with Bootstrap development by opening an issue or submitting a pull request. Read our contributing guidelines for information on how we develop.

Sass team

{% for member in site.data.sass-team %}
@{{ member.user }} {{ member.name }} @{{ member.user }}
{% endfor %}

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 for information on how the Sass port is developed.