Minor Release (v1.0.5)

- Helper (<small>) for <select> and <textarea>
- Better rollover for a.contrast
This commit is contained in:
Lucas 2020-08-08 11:33:55 +07:00
parent eb56280fb4
commit 3671719498
14 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 Pico
Copyright (c) 2019-2020 Pico
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -8,7 +8,7 @@
<p align="center">
<strong>Graceful & Minimal CSS design system in pure semantic HTML.</strong><br>
Elegant styles for all natives HTML elements without `.classes` and dark mode automatically enabled.<br><br>
Elegant styles for all natives HTML elements without <code>.classes</code> and dark mode automatically enabled.<br><br>
<a href="https://picocss.com/#examples">Examples</a> ·
<a href="https://picocss.com/docs/">Documentation</a>
</p>
@ -27,7 +27,7 @@
There are 3 ways to get started with pico.css:
### Install manually
[Download Pico](https://github.com/picocss/pico/archive/v1.0.4.zip) and link `/css/pico.min.css` in the `<head>` of your website.
[Download Pico](https://github.com/picocss/pico/archive/v1.0.5.zip) and link `/css/pico.min.css` in the `<head>` of your website.
```html
<link rel="stylesheet" href="css/pico.min.css">

View file

@ -1,5 +1,5 @@
/*!
* Pico.css v1.0.4 (https://picocss.com)
* Pico.css v1.0.5 (https://picocss.com)
* 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.4 (https://picocss.com)
* Pico.css v1.0.5 (https://picocss.com)
* Copyright 2020 - Licensed under MIT
*/
/**

View file

@ -1,5 +1,5 @@
/*!
* Pico.css v1.0.4 (https://picocss.com)
* Pico.css v1.0.5 (https://picocss.com)
* 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.4 (https://picocss.com)
* Pico.css v1.0.5 (https://picocss.com)
* Copyright 2020 - Licensed under MIT
*
* Slim version example

View file

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

View file

@ -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.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.
<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>&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>
<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>

View file

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

View file

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

View file

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