2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

move from csslint to stylelint

This commit is contained in:
Mark Otto
2017-11-25 18:06:34 -08:00
parent 4731b239b1
commit 04d92a420a
73 changed files with 1181 additions and 886 deletions
+4 -2
View File
@@ -1,3 +1,5 @@
/* stylelint-disable selector-max-compound-selectors */
// By default it's not affixed in mobile views, so undo that
.bs-docs-sidebar.affix {
position: static;
@@ -39,7 +41,7 @@
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
padding-left: 18px;
font-weight: bold;
font-weight: 700;
color: #563d7c;
background-color: transparent;
border-left: 2px solid #563d7c;
@@ -55,7 +57,7 @@
padding-bottom: 1px;
padding-left: 30px;
font-size: 12px;
font-weight: normal;
font-weight: 400;
}
.bs-docs-sidebar .nav .nav > li > a:hover,
.bs-docs-sidebar .nav .nav > li > a:focus {