1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +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 f4cc5d3e41
commit b2ae6a6a94
8 changed files with 15 additions and 15 deletions

View File

@@ -3,5 +3,5 @@
//
.text-truncate {
@include text-truncate;
@include text-truncate();
}