2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +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
+8 -6
View File
@@ -1,3 +1,5 @@
/* stylelint-disable property-no-vendor-prefix, selector-max-id */
.bs-customizer .toggle {
float: right;
margin-top: 25px;
@@ -36,7 +38,7 @@
// For the variables, use regular weight
#less-section label {
font-weight: normal;
font-weight: 400;
}
// Downloads
@@ -55,8 +57,8 @@
color: #fff;
background-color: #d9534f;
border-bottom: 1px solid #b94441;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
}
.bs-customizer-alert .close {
margin-top: -4px;
@@ -73,8 +75,8 @@
color: #fff;
background-color: #a83c3a;
border-color: #973634;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 2px 4px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
.bs-dropzone {
@@ -97,7 +99,7 @@
}
.bs-dropzone .lead {
margin-bottom: 10px;
font-weight: normal;
font-weight: 400;
color: #333;
}
#import-manual-trigger {