Minor Release (v1.0.4)

This commit is contained in:
Lucas 2020-07-24 11:41:26 +07:00
parent 8f53cacef5
commit 0c23436a48
12 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
/*! /*!
* Pico.css v1.0.3 (https://picocss.com) * Pico.css v1.0.4 (https://picocss.com)
* Copyright 2020 - Licensed under MIT * Copyright 2020 - Licensed under MIT
*/ */
/** /**

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/*! /*!
* Pico.css v1.0.3 (https://picocss.com) * Pico.css v1.0.4 (https://picocss.com)
* Copyright 2020 - Licensed under MIT * Copyright 2020 - Licensed under MIT
*/ */
/** /**

View file

@ -1,5 +1,5 @@
/*! /*!
* Pico.css v1.0.3 (https://picocss.com) * Pico.css v1.0.4 (https://picocss.com)
* Copyright 2020 - Licensed under MIT * Copyright 2020 - Licensed under MIT
*/ */
/** /**

File diff suppressed because one or more lines are too long

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/*! /*!
* Pico.css v1.0.3 (https://picocss.com) * Pico.css v1.0.4 (https://picocss.com)
* Copyright 2020 - Licensed under MIT * Copyright 2020 - Licensed under MIT
* *
* Slim version example * Slim version example

View file

@ -1,5 +1,5 @@
/*! /*!
* Pico.css v1.0.3 (https://picocss.com) * Pico.css v1.0.4 (https://picocss.com)
* Copyright 2020 - Licensed under MIT * Copyright 2020 - Licensed under MIT
* *
* Slim version example * Slim version example

View file

@ -101,7 +101,7 @@
</hgroup> </hgroup>
<p>There are 3 ways to get started with pico.css:</p> <p>There are 3 ways to get started with pico.css:</p>
<h4>Install manually</h4> <h4>Install manually</h4>
<a href="https://github.com/picocss/pico/archive/v1.0.3.zip">Download Pico</a> and link <code>/css/pico.min.css</code> in the <code>&lt;<b>head</b>&gt;</code> of your website. <a href="https://github.com/picocss/pico/archive/v1.0.4.zip">Download Pico</a> and link <code>/css/pico.min.css</code> in the <code>&lt;<b>head</b>&gt;</code> of your website.
<pre><code>&lt;<b>link</b> <i>rel</i>=<u>"stylesheet"</u> <i>href</i>=<u>"css/pico.min.css"</u>&gt;</code></pre> <pre><code>&lt;<b>link</b> <i>rel</i>=<u>"stylesheet"</u> <i>href</i>=<u>"css/pico.min.css"</u>&gt;</code></pre>
<h4>Install from CDN</h4> <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> <p>Alternatively, you can use the <a href="https://unpkg.com/@picocss/pico@latest/">unpkg CDN</a> to link pico.css</p>

View file

@ -1,6 +1,6 @@
{ {
"name": "@picocss/pico", "name": "@picocss/pico",
"version": "1.0.3", "version": "1.0.4",
"description": "Graceful & Minimal CSS design system in pure semantic HTML", "description": "Graceful & Minimal CSS design system in pure semantic HTML",
"author": "Lucas Larroche", "author": "Lucas Larroche",
"main": "./css/pico.min.css", "main": "./css/pico.min.css",

View file

@ -1,5 +1,5 @@
/*! /*!
* Pico.css v1.0.3 (https://picocss.com) * Pico.css v1.0.4 (https://picocss.com)
* Copyright 2020 - Licensed under MIT * Copyright 2020 - Licensed under MIT
*/ */

View file

@ -1,5 +1,5 @@
/*! /*!
* Pico.css v1.0.3 (https://picocss.com) * Pico.css v1.0.4 (https://picocss.com)
* Copyright 2020 - Licensed under MIT * Copyright 2020 - Licensed under MIT
* *
* Slim version example * Slim version example