<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Comments: Switch</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link type="text/css" rel="stylesheet" title="Default Stylesheet" href="global.css" />
</head>
<body id="comments" class="documentation">
<div id="header">
</div>
<div id="localNav">
<h2>Switch</h2>
<ul id="extensionsNav">
<li><a href="install_mac.html">Installation (Mac)</a></li>
<li><a href="install_windows.html">Installation (Windows)</a></li>
<li><a href="variables.html">Variables</a></li>
<li><a href="constants.html">Constants</a></li>
<li><a href="includes.html">Includes</a></li>
<li><a href="comments.html">Comments</a></li>
<li><a href="ignore.html">Ignore</a>
<li><a href="auto_prepending.html">Automatic Selector Prepending</a></li>
<li><a href="inheritance.html">Inheritance</a></li>
<li><a href="copy.html">Property Duplication</a></li>
<li><a href="property_lookup.html">Property Look-ups</a></li>
</ul>
</div>
<div id="mainContent">
<h2>Comments: <code>@comment</code></h2>
<p>Since a SSS parser will ignore all comments (/*...*/), <code>@comment</code> provides a way to include comments in the final parsed output. Text to be output should be enclosed in double-quotes.</p>
<div class="example">
<pre class="input"><code>@comment "Stylesheet courtesy of http://xyz.com";</code></pre>
<pre class="output"><code>/* Stylesheet courtesy of http://xyz.com */</code></pre>
</div>
<h3>See also:</h3>
<ul>
<li><a href="ignore.html">Ignore Directive (@ignore)</a></li>
</ul>
</div>
</div>
</body>
</html>