mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 01:21:49 +02:00
Merge branch 'main' into main-jd-glossary-experiment
This commit is contained in:
@@ -10,18 +10,21 @@
|
||||
- name: GeoSot
|
||||
user: geosot
|
||||
|
||||
- name: Patrick H. Lauke
|
||||
user: patrickhlauke
|
||||
|
||||
- name: Julien Déramond
|
||||
user: julien-deramond
|
||||
|
||||
- name: Gaël Poupard
|
||||
user: ffoodd
|
||||
|
||||
- name: Rohit Sharma
|
||||
user: rohit2sharma95
|
||||
|
||||
- name: alpadev
|
||||
user: alpadev
|
||||
|
||||
- name: Gaël Poupard
|
||||
user: ffoodd
|
||||
|
||||
- name: Patrick H. Lauke
|
||||
user: patrickhlauke
|
||||
|
||||
- name: Martijn Cuppens
|
||||
user: martijncuppens
|
||||
|
||||
|
@@ -48,8 +48,9 @@
|
||||
|
||||
- group: v5.x
|
||||
baseurl: "https://getbootstrap.com/docs"
|
||||
description: "Current major release. Last update was v5.2.0."
|
||||
description: "Current major release. Last update was v5.3.0-alpha1."
|
||||
versions:
|
||||
- v: "5.0"
|
||||
- v: "5.1"
|
||||
- v: "5.2"
|
||||
- v: "5.3"
|
||||
|
@@ -1,3 +1,29 @@
|
||||
- category: Starters
|
||||
external: true
|
||||
description: "Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more you can edit in StackBlitz."
|
||||
examples:
|
||||
- name: CDN starter
|
||||
description: "Instantly include Bootstrap's compiled CSS and JavaScript via the jsDelivr CDN."
|
||||
url: /examples/tree/main/starter
|
||||
- name: Sass & JS
|
||||
description: "Use npm to import and compile Bootstrap's Sass with Autoprefixer and Stylelint, plus our bundled JavaScript."
|
||||
url: /examples/tree/main/sass-js
|
||||
- name: Sass & ESM JS
|
||||
description: "Import and compile Bootstrap's Sass with Autoprefixer and Stylelint, and compile our source JavaScript with an ESM shim."
|
||||
url: /examples/tree/main/sass-js-esm
|
||||
- name: Webpack
|
||||
description: "Import and bundle Bootstrap's source Sass and JavaScript with Webpack."
|
||||
url: /examples/tree/main/webpack
|
||||
- name: Parcel
|
||||
description: "Import and bundle Bootstrap's source Sass and JavaScript via Parcel."
|
||||
url: /examples/tree/main/parcel
|
||||
- name: Vite
|
||||
description: "Import and bundle Bootstrap's source Sass and JavaScript with Vite."
|
||||
url: /examples/tree/main/vite
|
||||
- name: Bootstrap Icons
|
||||
description: "Import and compile Bootstrap's Sass with Stylelint, PurgeCSS, and the Bootstrap Icons web font."
|
||||
url: /examples/tree/main/bootstrap-icons
|
||||
|
||||
- category: Snippets
|
||||
description: "Common patterns for building sites and apps that build on existing components and utilities with custom CSS and more."
|
||||
examples:
|
||||
@@ -17,6 +43,14 @@
|
||||
description: "Extend list groups with utilities and custom styles for any content."
|
||||
- name: Modals
|
||||
description: "Transform modals to serve any purpose, from feature tours to dialogs."
|
||||
- name: Badges
|
||||
description: "Make badges work with custom inner HTML and new looks."
|
||||
- name: Breadcrumbs
|
||||
description: "Integrate custom icons and create stepper components."
|
||||
- name: Buttons
|
||||
description: "Create custom buttons for just about any use case with utilities."
|
||||
- name: Jumbotrons
|
||||
description: "Create modernized versions of the classic Bootstrap component."
|
||||
|
||||
- category: Custom Components
|
||||
description: "Brand-new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework."
|
||||
|
@@ -26,6 +26,7 @@
|
||||
- title: Sass
|
||||
- title: Options
|
||||
- title: Color
|
||||
- title: Color modes
|
||||
- title: Components
|
||||
- title: CSS variables
|
||||
- title: Optimize
|
||||
@@ -103,6 +104,8 @@
|
||||
- title: Clearfix
|
||||
- title: Color & background
|
||||
- title: Colored links
|
||||
- title: Focus ring
|
||||
- title: Icon link
|
||||
- title: Position
|
||||
- title: Ratio
|
||||
- title: Stacks
|
||||
@@ -123,6 +126,8 @@
|
||||
- title: Flex
|
||||
- title: Float
|
||||
- title: Interactions
|
||||
- title: Link
|
||||
- title: Object fit
|
||||
- title: Opacity
|
||||
- title: Overflow
|
||||
- title: Position
|
||||
@@ -132,6 +137,7 @@
|
||||
- title: Text
|
||||
- title: Vertical align
|
||||
- title: Visibility
|
||||
- title: Z-index
|
||||
|
||||
- title: Extend
|
||||
icon: tools
|
||||
|
@@ -17,3 +17,4 @@
|
||||
contrast_color: dark
|
||||
- name: dark
|
||||
hex: "#343a40"
|
||||
contrast_color: white
|
||||
|
Reference in New Issue
Block a user