Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-02-11 06:57:59 +0300
committerMark Otto <otto@github.com>2022-02-11 21:06:15 +0300
commit48807758af6f58e08bb5bc6a27851b68da8f5009 (patch)
treea1363920d2cf48b1f2856678b134f6cdcaea7506
parenta7942190c746b4aeefc5e7680cb396b1885670aa (diff)
Fixes #32082
Remove sentence in docs that's no longer needed. Fixes #32082.
-rw-r--r--site/content/docs/5.1/forms/validation.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/site/content/docs/5.1/forms/validation.md b/site/content/docs/5.1/forms/validation.md
index da48755b1a..a6962d6774 100644
--- a/site/content/docs/5.1/forms/validation.md
+++ b/site/content/docs/5.1/forms/validation.md
@@ -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**.