Skip to content

Commit

Permalink
chore: bump version to v1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslarroche committed Feb 11, 2024
1 parent 9eebbab commit cc7457b
Show file tree
Hide file tree
Showing 21 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ There are 4 ways to get started with Pico CSS:

**Install manually**

[Download Pico](https://github.com/picocss/pico/archive/refs/tags/v1.5.11.zip) and link `/css/pico.min.css` in the `<head>` of your website.
[Download Pico](https://github.com/picocss/pico/archive/refs/heads/v1-dev.zip) and link `/css/pico.min.css` in the `<head>` of your website.

```html
<link rel="stylesheet" href="css/pico.min.css" />
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/pico.classless.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/pico.classless.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/pico.classless.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/pico.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/pico.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/pico.fluid.classless.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/pico.fluid.classless.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/pico.fluid.classless.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/pico.fluid.classless.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/pico.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/pico.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/pico.slim.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/pico.slim.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/pico.slim.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/pico.slim.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picocss/pico",
"version": "1.5.11",
"version": "1.5.12",
"description": "Minimal CSS Framework for semantic HTML",
"author": "Lucas Larroche",
"main": "css/pico.min.css",
Expand Down
4 changes: 2 additions & 2 deletions scss/pico.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Pico CSS v1.5.11 (https://picocss.com)
* Copyright 2019-2023 - Licensed under MIT
* Pico CSS v1.5.12 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/

// Config
Expand Down
4 changes: 2 additions & 2 deletions scss/pico.slim.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Pico CSS v1.5.11 (https://picocss.com)
* Copyright 2019-2023 - Licensed under MIT
* Pico CSS v1.5.12 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*
* Slim version example
* You can export only the modules you need
Expand Down

0 comments on commit cc7457b

Please sign in to comment.