]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
disable to fix ci 26824/head
authorMark Otto <otto@github.com>
Mon, 9 Jul 2018 01:43:40 +0000 (18:43 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Jul 2018 01:43:40 +0000 (18:43 -0700)
scss/mixins/_forms.scss

index 49e6303d55f515f8eec787a306bafa65a039da23..a90db202311c8070c5c80176ed14d0775b399f42 100644 (file)
@@ -80,6 +80,7 @@
     }
   }
 
+  // stylelint-disable selector-no-qualifying-type
   textarea.form-control {
     .was-validated &:#{$state},
     &.is-#{$state} {
@@ -89,6 +90,7 @@
       }
     }
   }
+  // stylelint-enable selector-no-qualifying-type
 
   .custom-select {
     .was-validated &:#{$state},