mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 01:26:13 -04:00
Polish docs
This commit is contained in:
parent
a2404b19b5
commit
4dbe0d2f67
2 changed files with 16 additions and 8 deletions
|
@ -101,7 +101,7 @@
|
|||
</hgroup>
|
||||
<p>There are 3 ways to get started with pico.css:</p>
|
||||
<h4>Install manually</h4>
|
||||
<a href="https://github.com/picocss/pico/archive/v1.0.5.zip">Download Pico</a> and link <code>/css/pico.min.css</code> in the <code><<b>head</b>></code> of your website.
|
||||
<p><a href="https://github.com/picocss/pico/archive/v1.0.5.zip">Download Pico</a> and link <code>/css/pico.min.css</code> in the <code><<b>head</b>></code> of your website.</p>
|
||||
<pre><code><<b>link</b> <i>rel</i>=<u>"stylesheet"</u> <i>href</i>=<u>"css/pico.min.css"</u>></code></pre>
|
||||
<h4>Install from CDN</h4>
|
||||
<p>Alternatively, you can use the <a href="https://unpkg.com/@picocss/pico@latest/">unpkg CDN</a> to link pico.css</p>
|
||||
|
@ -365,6 +365,8 @@
|
|||
<th scope="col">Heading</th>
|
||||
<th scope="col">Heading</th>
|
||||
<th scope="col">Heading</th>
|
||||
<th scope="col">Heading</th>
|
||||
<th scope="col">Heading</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -377,6 +379,8 @@
|
|||
<td>Cell</td>
|
||||
<td>Cell</td>
|
||||
<td>Cell</td>
|
||||
<td>Cell</td>
|
||||
<td>Cell</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">2</th>
|
||||
|
@ -387,6 +391,8 @@
|
|||
<td>Cell</td>
|
||||
<td>Cell</td>
|
||||
<td>Cell</td>
|
||||
<td>Cell</td>
|
||||
<td>Cell</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">3</th>
|
||||
|
@ -397,6 +403,8 @@
|
|||
<td>Cell</td>
|
||||
<td>Cell</td>
|
||||
<td>Cell</td>
|
||||
<td>Cell</td>
|
||||
<td>Cell</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -945,7 +953,7 @@
|
|||
<hr>
|
||||
<p>
|
||||
<small>
|
||||
Openly inspired by <a href="https://getbootstrap.com/" class="secondary">Bootstrap</a>, <a href="https://picturepan2.github.io/spectre/" class="secondary">Spectre</a>, <a href=" https://kbrsh.github.io/wing/" class="secondary">Wing</a>, <a href="https://www.cssbed.com/" class="secondary">CSS Bed</a> & <a href="https://necolas.github.io/normalize.css/" class="secondary">Normalize</a><br>
|
||||
Openly inspired by <a href="https://getbootstrap.com/" class="secondary">Bootstrap</a>, <a href="https://picturepan2.github.io/spectre/" class="secondary">Spectre</a>, <a href=" https://kbrsh.github.io/wing/" class="secondary">Wing</a>, <a href="https://www.cssbed.com/" class="secondary">CSS Bed</a>, <a href="https://necolas.github.io/normalize.css/" class="secondary">Normalize</a> & <a href="https://csstools.github.io/sanitize.css/" class="secondary">Sanitize</a><br>
|
||||
Licensed under the <a href="https://github.com/picocss/pico/blob/master/LICENSE.md" class="secondary">MIT License</a><br>
|
||||
</small>
|
||||
</p>
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
* Copyright 2019 - Licensed under MIT
|
||||
*/
|
||||
|
||||
// @prepros-append src/aside.js
|
||||
// @prepros-append src/theme-switcher.js
|
||||
// @prepros-append src/grid.js
|
||||
// @prepros-append src/color-picker.js
|
||||
// @prepros-append src/most-visible.js
|
||||
// @prepros-append src/scrollspy.js
|
||||
// @append src/aside.js
|
||||
// @append src/theme-switcher.js
|
||||
// @append src/grid.js
|
||||
// @append src/color-picker.js
|
||||
// @append src/most-visible.js
|
||||
// @append src/scrollspy.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue