Skip to content

Commit

Permalink
disable to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored Jul 9, 2018
1 parent 8d8d3ef commit 5495a19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/mixins/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
}
}

// stylelint-disable selector-no-qualifying-type
textarea.form-control {
.was-validated &:#{$state},
&.is-#{$state} {
Expand All @@ -89,6 +90,7 @@
}
}
}
// stylelint-enable selector-no-qualifying-type

.custom-select {
.was-validated &:#{$state},
Expand Down

0 comments on commit 5495a19

Please sign in to comment.