Change class names for validation errors in html

Implements the class name changes detailed in:
https://github.com/alphagov/govuk_elements/pull/405
This commit is contained in:
Chris Hill-Scott
2017-04-10 14:54:27 +01:00
parent 87c81c994f
commit 8d5af47620
6 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ $path: '/static/images/';
@import 'elements/elements-typography';
@import 'elements/forms';
@import 'elements/forms/form-validation';
@import 'elements/forms/form-block-labels';
@import 'elements/forms/form-multiple-choice';
@import 'elements/forms/form-validation';
@import 'elements/icons';
@import 'elements/layout';