2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +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
+5 -3
View File
@@ -1,3 +1,5 @@
/* stylelint-disable selector-max-type, selector-no-qualifying-type, declaration-no-important */
/*!
* Bootstrap Docs (http://getbootstrap.com)
* Copyright 2011-2017 Twitter, Inc.
@@ -51,7 +53,7 @@ body {
// Keep code small in tables on account of limited space
.table code {
font-size: 13px;
font-weight: normal;
font-weight: 400;
}
// Inline code within headings retain the heading's background-color
@@ -106,7 +108,7 @@ h1[id] {
.v4-tease {
display: block;
padding: 15px 20px;
font-weight: bold;
font-weight: 700;
color: #fff;
text-align: center;
background-color: #0275d8;
@@ -119,7 +121,7 @@ h1[id] {
/* Nullify ill-advised printing of hrefs; see #18711 */
@media print {
a[href]:after {
a[href]::after {
content: "" !important;
}
}