We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bbd9c commit bc6426eCopy full SHA for bc6426e
1 file changed
css3-values/Overview.src.html
@@ -258,10 +258,10 @@ <h3>Strings</h3>
258
259
<div class=example>
260
<pre>
261
-content: "this is a 'string'";
+content: "this is a 'string'";
262
content: "this is a \"string\"";
263
-content: 'this is a "string"';
264
-content: 'this is a \'string\'';
+content: 'this is a "string"';
+content: 'this is a \'string\'';
265
</pre>
266
</div>
267
0 commit comments