mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
Apply at-mixin-argumentless-call-parentheses: always
stylelint rule for v4 mixins
This commit is contained in:
committed by
XhmikosR
parent
d59aa2c702
commit
48e86c5796
@@ -87,7 +87,7 @@
|
||||
height: 3rem;
|
||||
margin-bottom: .5rem;
|
||||
background-color: lighten($blue, 50%);
|
||||
@include border-radius;
|
||||
@include border-radius();
|
||||
}
|
||||
|
||||
.bd-example-container-sidebar {
|
||||
@@ -95,14 +95,14 @@
|
||||
width: 4rem;
|
||||
height: 8rem;
|
||||
background-color: lighten($blue, 25%);
|
||||
@include border-radius;
|
||||
@include border-radius();
|
||||
}
|
||||
|
||||
.bd-example-container-body {
|
||||
height: 8rem;
|
||||
margin-right: 4.5rem;
|
||||
background-color: lighten($bd-purple, 25%);
|
||||
@include border-radius;
|
||||
@include border-radius();
|
||||
}
|
||||
|
||||
.bd-example-container-fluid {
|
||||
|
@@ -6,7 +6,7 @@
|
||||
background-color: $bd-purple;
|
||||
outline: 0;
|
||||
|
||||
@include hover {
|
||||
@include hover() {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user