1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +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

@@ -10,7 +10,7 @@
overflow: hidden;
color: $bd-purple;
background-color: #f9f9f9;
@include border-radius;
@include border-radius();
.inverse {
color: $white;
@@ -79,7 +79,7 @@
height: 4rem;
margin-right: .25rem;
margin-left: .25rem;
@include border-radius;
@include border-radius();
@include media-breakpoint-up(md) {
width: 6rem;

View File

@@ -8,7 +8,7 @@
margin-bottom: 1.25rem;
border: 1px solid #eee;
border-left-width: .25rem;
@include border-radius;
@include border-radius();
h4 {
margin-top: 0;
@@ -20,7 +20,7 @@
}
code {
@include border-radius;
@include border-radius();
}
+ .bd-callout {

View File

@@ -27,7 +27,7 @@
color: #818a91;
background-color: transparent;
border: 0;
@include border-radius;
@include border-radius();
&:hover {
color: $white;