1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-03 02:13:01 +02: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

View File

@@ -9,7 +9,7 @@
border-color: $border;
@include box-shadow($btn-box-shadow);
@include hover {
@include hover() {
color: color-yiq($hover-background);
@include gradient-bg($hover-background);
border-color: $hover-border;
@@ -65,7 +65,7 @@
color: $color;
border-color: $color;
@include hover {
@include hover() {
color: $color-hover;
background-color: $active-background;
border-color: $active-border;