]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #32082
authorMark Otto <markdotto@gmail.com>
Fri, 11 Feb 2022 03:57:59 +0000 (19:57 -0800)
committerMark Otto <otto@github.com>
Fri, 11 Feb 2022 18:06:15 +0000 (10:06 -0800)
Remove sentence in docs that's no longer needed. Fixes #32082.

site/content/docs/5.1/forms/validation.md

index da48755b1a8617fe4589df5a9d7765e1166e7e1f..a6962d67740942a359c76168346d6d8814082d71 100644 (file)
@@ -378,5 +378,3 @@ Used to iterate over `$form-validation-states` map values to generate our valida
 ### Customizing
 
 Validation states can be customized via Sass with the `$form-validation-states` map. Located in our `_variables.scss` file, this Sass map is how we generate the default `valid`/`invalid` validation states. Included is a nested map for customizing each state's color, icon, tooltip color, and focus shadow. While no other states are supported by browsers, those using custom styles can easily add more complex form feedback.
-
-Please note that **we do not recommend customizing `$form-validation-states` values without also modifying the `form-validation-state` mixin**.