Adds instruction about linking to Cowhide's stylesheet to the docs.
authorSalvatore Iovene <salvatore.iovene@intel.com>
Fri, 26 Oct 2012 11:01:40 +0000 (14:01 +0300)
committerSalvatore Iovene <salvatore.iovene@intel.com>
Fri, 26 Oct 2012 11:01:40 +0000 (14:01 +0300)
docs/templates/pages/getting-started.mustache

index 3e7daf1..e913d34 100644 (file)
   &lt;head&gt;
     &lt;title&gt;Cowhide 101 Template&lt;/title&gt;
     &lt;!-- Cowhide --&gt;
-    &lt;link href="cowhide-default.min.css" rel="stylesheet"&gt;
+    &lt;link id="cowhide-theme" href="cowhide-default.min.css" rel="stylesheet"&gt;
   &lt;/head&gt;
   &lt;body&gt;
     &lt;h1&gt;Hello, world!&lt;/h1&gt;
 &lt;/html&gt;
 </pre>
           <p>{{_i}}<strong>And you're set!</strong> With those two files added, you can begin to develop any site or application with Cowhide.{{/i}}</p>
+
+          <p>{{_i}}Remember the <code>cowhide-theme</code> <strong>id</strong> when linking to the Cowhide stylesheet, or you will lose the live theme-swapping capabilities.{{/i}}</p>
         </section>