]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
WIP: New form controls (#41740)
authorMark Otto <markd.otto@gmail.com>
Wed, 24 Sep 2025 18:54:21 +0000 (11:54 -0700)
committerMark Otto <markdotto@gmail.com>
Fri, 9 Jan 2026 04:06:23 +0000 (20:06 -0800)
commitaecada40199296a26138f08de0f8256493b00dee
tree6ea5bed36da2a544af7521e54e96f36b6a9019f1
parent85e595a5c4fb0a2a9dde892bfde2cc015fbd4413
WIP: New form controls (#41740)

* New form controls

* Split Sass, update docs

* More migration docs

* basic migration, update changelog

* Bring back btn-check for now, but move to button stylesheet

* note

* Fix link

* lint
27 files changed:
.bundlewatch.config.json
.cspell.json
scss/_root.scss
scss/_variables.scss
scss/buttons/_button.scss
scss/content/_reboot.scss
scss/forms/_check.scss [new file with mode: 0644]
scss/forms/_form-check.scss [deleted file]
scss/forms/_form-control.scss
scss/forms/_form-select.scss [deleted file]
scss/forms/_form-variables.scss
scss/forms/_input-group.scss
scss/forms/_radio.scss [new file with mode: 0644]
scss/forms/_switch.scss [new file with mode: 0644]
scss/forms/index.scss
scss/helpers/_stacks.scss
site/data/sidebar.yml
site/src/content/docs/components/button-group.mdx
site/src/content/docs/components/buttons.mdx
site/src/content/docs/customize/overview.mdx
site/src/content/docs/forms/checkbox.mdx [new file with mode: 0644]
site/src/content/docs/forms/checks-radios.mdx [deleted file]
site/src/content/docs/forms/form-control.mdx
site/src/content/docs/forms/radio.mdx [new file with mode: 0644]
site/src/content/docs/forms/select.mdx [deleted file]
site/src/content/docs/forms/switch.mdx [new file with mode: 0644]
site/src/content/docs/migration.mdx