]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
linting 20872/head
authorMark Otto <markdotto@gmail.com>
Sun, 9 Oct 2016 23:46:47 +0000 (16:46 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 9 Oct 2016 23:46:47 +0000 (16:46 -0700)
scss/mixins/_forms.scss

index a8d501b448d8ad5061b78794a90b0883e5feff33..39851b8f8d09b3a43a121a32a1bd3967acbff506 100644 (file)
@@ -19,7 +19,7 @@
 
     @if $enable-rounded {
       &:focus {
-        box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%)
+        box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%);
       }
     }
   }