test('should report multiple warnings', () => {
  const res = CSSLint.verify(
    '.class {\n  color: red !important;\ntext-size: 12px !important;\n}\n',
    { important: 1 }
  );