Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-07-24 09:41:18 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-24 10:31:49 +0300
commitb2ae6a6a94a70a027469fa64723e8268ca66254b (patch)
tree8757e1fb3bae0b9a5fc532355a6dc6e398e6de82 /scss/_images.scss
parentf4cc5d3e4160e12519284a9c5ded27944265fea1 (diff)
Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule
Diffstat (limited to 'scss/_images.scss')
-rw-r--r--scss/_images.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_images.scss b/scss/_images.scss
index cb9795e272..b11b45a37b 100644
--- a/scss/_images.scss
+++ b/scss/_images.scss
@@ -6,7 +6,7 @@
// which weren't expecting the images within themselves to be involuntarily resized.
// See also https://github.com/twbs/bootstrap/issues/18178
.img-fluid {
- @include img-fluid;
+ @include img-fluid();
}
@@ -19,7 +19,7 @@
@include box-shadow($thumbnail-box-shadow);
// Keep them at most 100% wide
- @include img-fluid;
+ @include img-fluid();
}
//