1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-03 10:23:05 +02:00

Apply at-mixin-argumentless-call-parentheses: always stylelint rule

This commit is contained in:
Martijn Cuppens
2019-07-24 08:41:18 +02:00
committed by XhmikosR
parent 22f6a4beea
commit d59aa2c702
7 changed files with 14 additions and 14 deletions

View File

@@ -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();
}
//