]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
SCSS lint fixes.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 25 Aug 2015 05:49:45 +0000 (08:49 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 25 Aug 2015 12:38:20 +0000 (15:38 +0300)
[ci skip]

scss/_custom-forms.scss
scss/_variables.scss

index 34dfc48e718a5b4c73a5c1e59eef6a1a2b28341c..1fec265c60a3fa0810636a7e90bbf53cee314f30 100644 (file)
 .file input {
   min-width: 14rem;
   margin: 0;
-  filter: alpha(opacity=0);
+  filter: alpha(opacity = 0);
   opacity: 0;
 }
 .file-custom {
index b96e45b0e4bfc27d065a3bc912eb96a99484b42b..e4b6387324adcf09ea743af09d0d1c63d135f7ed 100644 (file)
@@ -179,7 +179,7 @@ $hr-border-width:             $border-width !default;
 //
 // Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
 
-$line-height-lg:         (4/3) !default;
+$line-height-lg:         (4 / 3) !default;
 $line-height-sm:         1.5 !default;
 
 $border-radius:          .25rem !default;