======
README
======

Let's test the source code with our custom checker:

  >>> import p01.checker
  >>> import j01.form

  >>> checker = p01.checker.Checker()
  >>> checker.check(j01.form)
  --------------------
  cdn/css/j01.form.css
  --------------------
  1101: Rule is empty.
        .bootstrap-select {
  1103: Unexpected token '220px\0' at line 1103, col 10.
        width: 220px\0;
  1157: Expected (<shadow>) but found '0'.
        box-shadow: 0;
  1364: Expected end of value but found '\9'.
        margin-top: 1px \9;
  1422: Expected end of value but found '\0'.
        line-height: 1.428571429 \0;
