2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

validation.md: fix _validation.scss file reference (#31795)

This commit is contained in:
Mopsan
2020-09-30 08:52:24 +03:00
committed by GitHub
parent 3cf51c6ac9
commit 6105ebfe8d
+1 -1
View File
@@ -362,6 +362,6 @@ This is the Sass map from `_variables.scss`. Override this and recompile your Sa
{{< scss-docs name="form-validation-states" file="scss/_variables.scss" >}}
This is the loop from `forms/_validation.scss.scss`. Any modifications to the above Sass map will be reflected in your compiled CSS via this loop:
This is the loop from `forms/_validation.scss`. Any modifications to the above Sass map will be reflected in your compiled CSS via this loop:
{{< scss-docs name="form-validation-states-loop" file="scss/forms/_validation.scss" >}}