We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59741f2 commit 157a957Copy full SHA for 157a957
demos/CSSLintDemo.htm
@@ -4,7 +4,9 @@
4
<meta charset="utf-8">
5
<title>CSSLint Demo</title>
6
<style>
7
- .error { color: red; }
+ html { font: 14px sans-serif; }
8
+ .error { color: #D9534F; font-weight: bold; }
9
+ .warning { color: #F0AD4E; }
10
</style>
11
<script src="../release/csslint.js"></script>
12
</head>
0 commit comments