Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-09-14 22:28:25 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-09-18 11:42:04 +0300
commitd00b0a50189a78e80d7d610069f9e2329b54f229 (patch)
tree9121dd38b6f723a6217a2079cb5019c73fa0b730 /README.md
parent2a66e1002250fdbdc0e10b2034864a784f73b7ff (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e7bca4..71c0b68 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Bootlint is a tool that checks for several common HTML mistakes in webpages that
### Caveats
-Bootlint assumes that your webpage is already valid HTML5. If you need to check HTML5 validity, we recommend tools like [`vnu.jar`](https://validator.github.io/validator/), [grunt-html](https://www.npmjs.org/package/grunt-html), or [grunt-html-validation](https://www.npmjs.org/package/grunt-html-validation).
+Bootlint assumes that your webpage is already valid HTML5. If you need to check HTML5 validity, we recommend tools like [`vnu.jar`](https://validator.github.io/validator/) or [grunt-html](https://www.npmjs.org/package/grunt-html).
Bootlint assumes that you are using Bootstrap's default class names in your webpage, as opposed to taking advantage of the "mixins" functionality of Less or Sass to map them to custom class names. If you are using mixins, Bootlint may report some false-positive warnings. However, there are some Bootlint checks that are applicable even if you are using mixins pervasively.