1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

updates to docs

This commit is contained in:
Jenil Gogari 2017-04-02 23:55:39 -04:00
parent 0e4e467b99
commit 359843a482

View File

@ -33,8 +33,8 @@
<ul> <ul>
<li>⚡️&nbsp; Super light-weight. Just 3kb (minified + gzipped).</li> <li>⚡️&nbsp; Super light-weight. Just 3kb (minified + gzipped).</li>
<li>⛔️&nbsp; No preprocessor, just plug-n-play</li> <li>⛔️&nbsp; No preprocessor, just plug-n-play</li>
<li>📐&nbsp; Magical 12 column grid</li> <li>📐&nbsp; Magical 12 column <a href="#grid">grid</a></li>
<li>🌈&nbsp; Easy to extended with CSS variables</li> <li>🌈&nbsp; Easy to <a href="#customizing">extended</a> with CSS variables</li>
<li>🎲&nbsp; Comes with a handful of <a href="#components">components</a> &amp; <a href="#utilities">utilities</a></li> <li>🎲&nbsp; Comes with a handful of <a href="#components">components</a> &amp; <a href="#utilities">utilities</a></li>
<li>&nbsp; Good Semantics</li> <li>&nbsp; Good Semantics</li>
</ul> </ul>
@ -70,7 +70,7 @@
<p> <p>
Chota is <em>dead</em> simple to use. It doesn't require learning a lot of class names like other frameworks. It applies a few basic styles to the HTML following the <a href="https://www.w3schools.com/html/html5_semantic_elements.asp" target="_blank">HTML Semenatics</a>. Chota is <em>dead</em> simple to use. It doesn't require learning a lot of class names like other frameworks. It applies a few basic styles to the HTML following the <a href="https://www.w3schools.com/html/html5_semantic_elements.asp" target="_blank">HTML Semenatics</a>.
</p> </p>
<p>Here is a <a href="https://rawgit.com/jenil/chota/master/test/index.html">demo</a> of the basic HTML elements.</p> <p>Here is a <a href="https://cdn.rawgit.com/jenil/chota/tree/master/test">demo</a> of the basic HTML elements.</p>
<br> <br>
<h3 id="customizing">Customizing</h3> <h3 id="customizing">Customizing</h3>
<p>Chota comes with a basic set of <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables" target="_blank">CSS variables</a>:</p> <p>Chota comes with a basic set of <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables" target="_blank">CSS variables</a>:</p>