2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Apply at-mixin-argumentless-call-parentheses: always stylelint rule for v4 mixins

This commit is contained in:
Martijn Cuppens
2019-07-24 10:53:13 +03:00
committed by XhmikosR
parent d59aa2c702
commit 48e86c5796
28 changed files with 52 additions and 52 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
display: block;
padding: $nav-link-padding-y $nav-link-padding-x;
@include hover-focus {
@include hover-focus() {
text-decoration: none;
}
@@ -42,7 +42,7 @@
border: $nav-tabs-border-width solid transparent;
@include border-top-radius($nav-tabs-border-radius);
@include hover-focus {
@include hover-focus() {
border-color: $nav-tabs-link-hover-border-color;
}