Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions site/data/core-team.yml

This file was deleted.

10 changes: 0 additions & 10 deletions site/data/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,3 @@
pages:
- title: Opacity
- title: Shadows
# - title: About
# section: About
# icon: globe2
# icon_color: indigo
# pages:
# - title: Overview
# - title: Team
# - title: Brand
# - title: License
# - title: Translations
19 changes: 0 additions & 19 deletions site/data/translations.yml

This file was deleted.

6 changes: 3 additions & 3 deletions site/src/components/footer/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import { getVersionedDocsPath } from '@libs/path'
</a>
<ul class="list-unstyled small">
<li class="mb-2">
Designed and built with all the love in the world by the <a href={getVersionedDocsPath('about/team')}
>Bootstrap team</a
> with the help of <a href={`${getConfig().repo}/graphs/contributors`}>our contributors</a>.
Designed and built with all the love in the world by the Bootstrap team with the help of <a
href={`${getConfig().repo}/graphs/contributors`}>our contributors</a
>.
</li>
<li class="mb-2">
Code licensed <a href={`${getConfig().repo}/blob/main/LICENSE`} target="_blank" rel="license noopener"
Expand Down
41 changes: 0 additions & 41 deletions site/src/content/docs/about/brand.mdx

This file was deleted.

32 changes: 0 additions & 32 deletions site/src/content/docs/about/license.mdx

This file was deleted.

29 changes: 0 additions & 29 deletions site/src/content/docs/about/overview.mdx

This file was deleted.

23 changes: 0 additions & 23 deletions site/src/content/docs/about/team.mdx

This file was deleted.

20 changes: 0 additions & 20 deletions site/src/content/docs/about/translations.mdx

This file was deleted.

25 changes: 0 additions & 25 deletions site/src/scss/_brand.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@use "../../../scss/colors" as *;
@use "../../../scss/layout/breakpoints" as *;
@use "variables" as *;

Expand All @@ -7,30 +6,6 @@
//

@layer custom {
// Logo series wrapper
.bd-brand-logos {
color: $bd-violet;

.inverse {
color: $white;
background-color: $bd-violet;
}
}

// Individual items
.bd-brand-item {
+ .bd-brand-item {
border-block-start: 1px solid var(--bs-border-color);
}

@include media-breakpoint-up(md) {
+ .bd-brand-item {
border-block-start: 0;
border-inline-start: 1px solid var(--bs-border-color);
}
}
}

//
// Color swatches
//
Expand Down

This file was deleted.