Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.5.11 #419

Merged
merged 23 commits into from
Dec 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5e01241
use p tag within hgroup example
ericfortmeyer Sep 16, 2023
175e7de
Update _dropdown.scss
thewebartisan7 Sep 29, 2023
30be6cd
chore: update dependencies
lucaslarroche Dec 28, 2023
31002a2
chore: update dependencies
lucaslarroche Dec 28, 2023
04c4324
Merge branch 'dev' of https://github.com/picocss/pico into dev
lucaslarroche Dec 28, 2023
adf7552
chore: build
lucaslarroche Dec 28, 2023
6102a69
Merge branch 'dev' into pr/410
lucaslarroche Dec 28, 2023
29b19b8
chore: build
lucaslarroche Dec 28, 2023
2097a11
Merge pull request #410 from thewebartisan7/master
lucaslarroche Dec 28, 2023
b99a1b2
fix: use p tag within hgroup example
lucaslarroche Dec 28, 2023
7eb1b5c
Merge branch 'dev' into pr/404
lucaslarroche Dec 28, 2023
f0cde71
Merge pull request #404 from ericfortmeyer/master
lucaslarroche Dec 28, 2023
9051b75
chore: upgrade `html-includes`
lucaslarroche Dec 28, 2023
3fc47b7
chore: upgrade `html-includes`
lucaslarroche Dec 28, 2023
86f700c
Merge branch 'dev' of https://github.com/picocss/pico into dev
lucaslarroche Dec 28, 2023
d7dfeb5
Delete yarn.lock
lucaslarroche Dec 28, 2023
af49fbb
chore: update examples link
lucaslarroche Dec 28, 2023
14fa090
chore: bump version to v1.5.11
lucaslarroche Dec 28, 2023
97c1249
chore: update examples link
lucaslarroche Dec 28, 2023
a88ad87
chore: update examples link
lucaslarroche Dec 28, 2023
d85d2f1
feat: include the close icon styles in classless
asbjornu Dec 28, 2023
873ad1b
Merge pull request #400 from asbjornu/include-close-button-in-classless
lucaslarroche Dec 28, 2023
81587b4
chore: bump version to v1.5.11
lucaslarroche Dec 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p align="center">
<strong>Minimal CSS Framework for semantic HTML</strong><br>
Elegant styles for all native HTML elements without <code>.classes</code> and dark mode automatically enabled.<br><br>
<a href="https://picocss.com/#examples">Examples</a> ·
<a href="https://github.com/picocss/examples">Examples</a> ·
<a href="https://picocss.com/docs/">Documentation</a>
</p>

Expand Down Expand Up @@ -52,7 +52,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.10.zip) and link `/css/pico.min.css` in the `<head>` of your website.
[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.

```html
<link rel="stylesheet" href="css/pico.min.css">
Expand Down Expand Up @@ -80,7 +80,7 @@ composer require picocss/pico

## Class-less version

Pico provides a `.classless` version ([example](https://picocss.com/examples/classless)).
Pico provides a `.classless` version ([example](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-classless)).

In this version, `header`, `main` and `footer` act as containers.

Expand Down Expand Up @@ -119,7 +119,7 @@ Then just write pure HTML, and it should look great:

Minimalist templates to discover Pico in action:

[![Examples](.github/examples.jpg)](https://picocss.com/#examples)
[![Examples](.github/examples.jpg)](https://github.com/picocss/examples)

- **[Preview](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-preview)**
A starter example with most of the Pico components and styles.
Expand Down
48 changes: 20 additions & 28 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.

Loading