Merge pull request #42 from picocss/master

Merge master into feat-modal
This commit is contained in:
Lucas Larroche 2021-10-24 16:13:31 +07:00 committed by GitHub
commit 5054bdf998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 14 additions and 13 deletions

View file

@ -167,7 +167,8 @@ All examples are open-sourced in [picocss/examples](https://github.com/picocss/e
## Contributing
- [`dev`](https://github.com/picocss/pico/tree/dev) branch is open to pull requests.
- Do not edit [`/css`](https://github.com/picocss/pico/tree/master/css) files directly. Those files are automatically generated. You should edit the source files in [`/scss`](https://github.com/picocss/pico/tree/master/scss).
- Do not edit [`/css`](https://github.com/picocss/pico/tree/master/css) files directly.
- Edit the source files in [`/scss`](https://github.com/picocss/pico/tree/master/scss), then recompile the [`/css`](https://github.com/picocss/pico/tree/master/css) files with `npm run build:css`.
## Copyright and license
@ -176,7 +177,7 @@ Licensed under the [MIT License](https://github.com/picocss/pico/blob/master/LIC
**Relevant third-party tools and resources we depend on:**
Website and docs:
- [TypeIt](https://typeitjs.com/): JavaScript animated typing utility (Licensed [GPL 2.0](https://github.com/alexmacarthur/typeit/blob/master/LICENSE))
- [TypeIt](https://typeitjs.com/): JavaScript animated typing utility (Licensed [GPL-3.0](https://github.com/alexmacarthur/typeit/blob/master/LICENSE))
- [Most Visible](https://github.com/andyexeter/most-visible): JavaScript module which returns the most visible element (Licensed [MIT](https://github.com/andyexeter/most-visible/blob/master/LICENSE))
- [Font Awesome](https://fontawesome.com/): Icons (Licensed [CC BY 4.0](https://fontawesome.com/license/free))

View file

@ -1,5 +1,5 @@
/*!
* Pico.css v1.3.3 (https://picocss.com)
* Pico.css v1.4.0 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT
*/
/**

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/*!
* Pico.css v1.3.3 (https://picocss.com)
* Pico.css v1.4.0 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT
*/
/**

View file

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

View file

@ -1,5 +1,5 @@
/*!
* Pico.css v1.3.3 (https://picocss.com)
* Pico.css v1.4.0 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT
*
* Slim version example

View file

@ -1,6 +1,6 @@
{
"name": "@picocss/pico",
"version": "1.3.3",
"version": "1.4.0",
"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.3.3 (https://picocss.com)
* Pico.css v1.4.0 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT
*/

View file

@ -1,5 +1,5 @@
/*!
* Pico.css v1.3.3 (https://picocss.com)
* Pico.css v1.4.0 (https://picocss.com)
* Copyright 2019-2021 - Licensed under MIT
*
* Slim version example