1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

Update stylelint and stylelint-config-twbs-bootstrap (#35438)

This commit is contained in:
XhmikosR
2021-12-14 09:51:31 +02:00
committed by GitHub
parent cd50942831
commit 8cdb6c40bd
16 changed files with 249 additions and 1907 deletions

View File

@@ -1,12 +1,12 @@
{
"extends": [
"stylelint-config-twbs-bootstrap/css"
"stylelint-config-twbs-bootstrap"
],
"rules": {
"at-rule-no-vendor-prefix": null,
"comment-empty-line-before": null,
"media-feature-name-no-vendor-prefix": null,
"property-blacklist": null,
"property-disallowed-list": null,
"property-no-vendor-prefix": null,
"selector-no-qualifying-type": null,
"selector-no-vendor-prefix": null,

View File

@@ -99,9 +99,9 @@ body {
@media (min-width: 1200px) {
body {
display: grid;
gap: 1rem;
grid-template-columns: 1fr 4fr 1fr;
grid-template-rows: auto;
grid-template-columns: 1fr 4fr 1fr;
gap: 1rem;
}
.bd-header {
@@ -127,10 +127,10 @@ body {
.bd-cheatsheet section,
.bd-cheatsheet article {
display: inherit; /* 1 */
gap: inherit; /* 1 */
grid-template-rows: auto;
grid-template-columns: 1fr 4fr;
grid-column: 1 / span 2;
grid-template-rows: auto;
gap: inherit; /* 1 */
}
.bd-aside {

View File

@@ -96,9 +96,9 @@ body {
@media (min-width: 1200px) {
body {
display: grid;
gap: 1rem;
grid-template-columns: 1fr 4fr 1fr;
grid-template-rows: auto;
grid-template-columns: 1fr 4fr 1fr;
gap: 1rem;
}
.bd-header {
@@ -122,10 +122,10 @@ body {
.bd-cheatsheet section,
.bd-cheatsheet article {
display: inherit; /* 1 */
gap: inherit; /* 1 */
grid-template-rows: auto;
grid-template-columns: 1fr 4fr;
grid-column: 1 / span 2;
grid-template-rows: auto;
gap: inherit; /* 1 */
}
.bd-aside {

View File

@@ -30,8 +30,8 @@
.icon-link > .bi {
margin-top: .125rem;
margin-left: .125rem;
transition: transform .25s ease-in-out;
fill: currentColor;
transition: transform .25s ease-in-out;
}
.icon-link:hover > .bi {
transform: translate(.25rem);