From b2ae6a6a94a70a027469fa64723e8268ca66254b Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Wed, 24 Jul 2019 08:41:18 +0200 Subject: Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule --- scss/helpers/_text.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/helpers') 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(); } -- cgit v1.2.3