mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-09 02:46:15 +01:00
b46f05a948
This commit includes all the needed workarounds and most changes from the main branch for everything to work, like: * removing empty lines in raw HTML that break output * read .browserslistrc, CSS variables from disk instead of duplicating it * using Hugo mounts * using Hugo for the docs CSS/JS * move ToC Sass code to a separate file while adapting it for Hugo Thus, this patch makes our npm scripts faster since lint runs on one step and there's no separate docs assets processing.
1.0 KiB
1.0 KiB
layout | title | description | group |
---|---|---|---|
docs | Team | An overview of the founding team and core contributors to Bootstrap. | about |
Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community.
{{< team.inline >}}
{{- range (index $.Site.Data "core-team") }}
{{ .name }} @{{ .user }}
{{ end -}}
{{< /team.inline >}}
Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new) or submitting a pull request. Read our [contributing guidelines]({{< param repo >}}/blob/v{{< param current_version >}}/.github/CONTRIBUTING.md) for information on how we develop.