aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-08-25 08:49:45 +0300
committerXhmikosR <[email protected]>2015-08-25 15:38:20 +0300
commit9420297dc2e548fe70250a0e5c5f40dfb8a73eda (patch)
tree7581cd434b303182e17843cdd224108682c98dc7
parentb11034d780fa4e013aae1f2a24b0ff1009469f2c (diff)
downloadbootstrap-9420297dc2e548fe70250a0e5c5f40dfb8a73eda.tar.xz
bootstrap-9420297dc2e548fe70250a0e5c5f40dfb8a73eda.zip
SCSS lint fixes.
[ci skip]
-rw-r--r--scss/_custom-forms.scss2
-rw-r--r--scss/_variables.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index 34dfc48e7..1fec265c6 100644
--- a/scss/_custom-forms.scss
+++ b/scss/_custom-forms.scss
@@ -180,7 +180,7 @@
.file input {
min-width: 14rem;
margin: 0;
- filter: alpha(opacity=0);
+ filter: alpha(opacity = 0);
opacity: 0;
}
.file-custom {
diff --git a/scss/_variables.scss b/scss/_variables.scss
index b96e45b0e..e4b638732 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -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;