]> 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)
committerGitHub <noreply@github.com>
Wed, 24 Sep 2025 18:54:21 +0000 (11:54 -0700)
commitf9c8e96f701fe05c8b51cc9423f74704397644f4
tree002c7f97d2eedea72456e1ec9e0c4e87367bd5a0
parentf0c163b9178d817ff3750982613cc0e0ce425936
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