aboutsummaryrefslogtreecommitdiff
path: root/scss/helpers
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-07-24 08:41:18 +0200
committerXhmikosR <[email protected]>2019-07-24 10:31:49 +0300
commitb2ae6a6a94a70a027469fa64723e8268ca66254b (patch)
tree8757e1fb3bae0b9a5fc532355a6dc6e398e6de82 /scss/helpers
parentf4cc5d3e4160e12519284a9c5ded27944265fea1 (diff)
downloadbootstrap-b2ae6a6a94a70a027469fa64723e8268ca66254b.tar.xz
bootstrap-b2ae6a6a94a70a027469fa64723e8268ca66254b.zip
Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule
Diffstat (limited to 'scss/helpers')
-rw-r--r--scss/helpers/_text.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/helpers/_text.scss b/scss/helpers/_text.scss
index 419703f1c..3c2dbbd1d 100644
--- a/scss/helpers/_text.scss
+++ b/scss/helpers/_text.scss
@@ -3,5 +3,5 @@
//
.text-truncate {
- @include text-truncate;
+ @include text-truncate();
}