]> 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, 14 Nov 2025 20:07:23 +0000 (12:07 -0800)
commitcd4bb6711ee7171e43fe5a599e23568287f76ee6
tree63aed90451deaef1f0a6dc0521418fee9b0452d8
parent31bb0fe0273313737641e44ead4470b0e5f10295
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