@@ -140,23 +140,27 @@ <h2 id="introduction">Introduction</h2>
140140< h2 id ="setup "> Setup</ h2 >
141141< p > There are two ways to start</ p >
142142< h3 id ="1-install-with-yarn "> 1. Install with Yarn</ h3 >
143- < pre > < code > yarn < span class ="hljs-keyword "> add</ span > < span class ="bash "> point.css</ span >
144- </ code > </ pre > < hr >
143+ < pre > < code class ="lang-sh "> yarn < span class ="hljs-keyword "> add</ span > < span class ="bash "> point.css</ span >
144+ </ code > </ pre >
145+ < hr >
145146< h3 id ="2-download-from-the-repository "> 2. Download from the repository</ h3 >
146- < p > < a href ="https://github.com/moyu /point/tree/master/css "> https://github.com/moyu /point/tree/master/css </ a > </ p >
147+ < p > < a href ="https://github.com/moyus /point "> https://github.com/moyus /point</ a > </ p >
147148< h2 id ="customize "> Customize</ h2 >
148149< p > Point uses Gulp for compiling SASS into CSS, If you want to customize Point with
149150your own variables, just download the source files from the repository.</ p >
150151< h3 id ="1-install-dependences "> 1. Install dependences</ h3 >
151152< p > Navigate to the root directory of Point, then run the command below to install all dependencies.</ p >
152- < pre > < code > < span class ="hljs-attribute "> yarn</ span >
153- </ code > </ pre > < h3 id ="2-override-variables "> 2. Override variables</ h3 >
153+ < pre > < code class ="lang-sh "> < span class ="hljs-attribute "> yarn</ span >
154+ </ code > </ pre >
155+ < h3 id ="2-override-variables "> 2. Override variables</ h3 >
154156< p > All initial variables are located in < code > src/_vars.scss</ code > .</ p >
155157< h3 id ="3-compile "> 3. Compile</ h3 >
156158< p > Run the command below to start compiling your own customized < strong > Point</ strong > , you can
157159find the compiled CSS files in the < code > ./dist</ code > directory</ p >
158160< pre > < code > < span class ="hljs-attribute "> gulp build</ span >
159- </ code > </ pre >
161+ </ code > </ pre > < h2 id ="copyright-and-license "> Copyright and license</ h2 >
162+ < p > Code copyright 2017 moyu. Code released under < a href ="https://github.com/moyus/point/blob/master/LICENSE "> the MIT license</ a > .</ p >
163+
160164
161165 </ main >
162166 <!-- END #main -->
0 commit comments