]> git.ipfire.org Git - ipfire.org.git/blob - static/scss/bootstrap-4.0.0-alpha.6/docs/.htmlhintrc
Added Bootstrap 4.0.0-alpha 6, new images and mockups for the new layout.
[ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / docs / .htmlhintrc
1 {
2 "attr-lowercase": true,
3 "attr-no-duplication": true,
4 "alt-require": true,
5 "attr-unsafe-chars": true,
6 "attr-value-double-quotes": true,
7 "doctype-first": true,
8 "doctype-html5": true,
9 "id-unique": true,
10 "spec-char-escape": true,
11 "src-not-empty": true,
12 "tag-pair": true,
13 "tagname-lowercase": true,
14 "title-require": true
15 }