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/helpers
parentf4cc5d3e4160e12519284a9c5ded27944265fea1 (diff)
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 419703f1ce..3c2dbbd1d0 100644
--- a/scss/helpers/_text.scss
+++ b/scss/helpers/_text.scss
@@ -3,5 +3,5 @@
//
.text-truncate {
- @include text-truncate;
+ @include text-truncate();
}