Skip to content

Commit

Permalink
Fixes #32082
Browse files Browse the repository at this point in the history
Remove sentence in docs that's no longer needed. Fixes #32082.
  • Loading branch information
mdo committed Feb 11, 2022
1 parent a794219 commit 4880775
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions site/content/docs/5.1/forms/validation.md
Expand Up @@ -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**.

0 comments on commit 4880775

Please sign in to comment.