2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Lint examples' CSS too.

This commit is contained in:
XhmikosR
2017-10-07 19:16:49 +03:00
parent ecdaf0e34a
commit a8fb64f3e3
4 changed files with 26 additions and 8 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"extends": "../../../build/.stylelintrc",
"rules": {
"at-rule-no-vendor-prefix": null,
"comment-empty-line-before": null,
"media-feature-name-no-vendor-prefix": null,
"property-no-vendor-prefix": null,
"selector-no-qualifying-type": null,
"selector-no-vendor-prefix": null,
"value-no-vendor-prefix": null
}
}
+12 -6
View File
@@ -13,12 +13,18 @@ body {
color: #555;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
color: #333;