]> 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, 10 Oct 2025 17:03:32 +0000 (10:03 -0700)
commitd7b144dec8dc7b81451da89fbf52721202ac98fe
tree6910571a4073541b2aa868e399a633ff7cbd0a2f
parent19cf42e0576cbe2b51b993ba5e94133a00e8d67c
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