Skip to content

Commit 03cf590

Browse files
committed
Closes [BUG] Striped table does not work on minified pico css version Yohn#42
Closes [BUG] Broken burger navbar with dropdown subnav Yohn#37 2.2.5
1 parent d4baa32 commit 03cf590

File tree

7 files changed

+33
-33
lines changed

7 files changed

+33
-33
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ There are 4 ways to get started with pico.css:
7777
Alternatively, you can use [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@yohns/picocss) to link pico.css.
7878

7979
```html
80-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@yohns/picocss@2.2.4/css/pico.min.css" />
80+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@yohns/picocss@2.2.5/css/pico.min.css" />
8181
```
8282

8383
### Install with NPM
@@ -135,7 +135,7 @@ Use the default `.classless` version if you need centered viewports:
135135
```html
136136
<link
137137
rel="stylesheet"
138-
href="https://cdn.jsdelivr.net/npm/@yohns/picocss@2.2.4/css/pico.classless.min.css"
138+
href="https://cdn.jsdelivr.net/npm/@yohns/picocss@2.2.5/css/pico.classless.min.css"
139139
/>
140140
```
141141

@@ -144,7 +144,7 @@ Or use the `.fluid.classless` version if you need a fluid container:
144144
```html
145145
<link
146146
rel="stylesheet"
147-
href="https://cdn.jsdelivr.net/npm/@yohns/picocss@2.2.4/css/pico.fluid.classless.min.css"
147+
href="https://cdn.jsdelivr.net/npm/@yohns/picocss@2.2.5/css/pico.fluid.classless.min.css"
148148
/>
149149
```
150150

@@ -159,7 +159,7 @@ Then just write pure HTML, and it should look great:
159159
<meta name="color-scheme" content="light dark" />
160160
<link
161161
rel="stylesheet"
162-
href="https://cdn.jsdelivr.net/npm/@yohns/picocss@2.2.4/css/pico.classless.min.css"
162+
href="https://cdn.jsdelivr.net/npm/@yohns/picocss@2.2.5/css/pico.classless.min.css"
163163
/>
164164
<title>Hello, world!</title>
165165
</head>

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
<main class="col-12 col-md-9 col-lg-10">
225225
<article>
226226
<header>
227-
<h2>Yohns PicoCSS Fork v2.2.4</h2>
227+
<h2>Yohns PicoCSS Fork v2.2.5</h2>
228228
<p class="mb-0">Not in npm yet, but will be soon.</p>
229229
</header>
230230
<p>I've merged some open pull requests from the <a href="https://github.com/picocss/pico">original Pico</a>
@@ -1655,7 +1655,7 @@ <h3>Modal with a Form!</h3>
16551655
function changeTheme(newTheme) {
16561656
const linkElement = document.getElementById('theme-color-ss');
16571657
if (linkElement) {
1658-
linkElement.setAttribute('href', 'https://cdn.jsdelivr.net/gh/Yohn/PicoCSS@2.2.4/css/pico.' + newTheme + '.min.css');
1658+
linkElement.setAttribute('href', 'https://cdn.jsdelivr.net/gh/Yohn/PicoCSS@2.2.5/css/pico.' + newTheme + '.min.css');
16591659
}
16601660
}
16611661

docs/pico.colors.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pico.css

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.2.4 (https://github.com/Yohn/PicoCSS)
3+
* Pico CSS ✨ v2.2.5 (https://github.com/Yohn/PicoCSS)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -236,18 +236,18 @@ nav details.dropdown summary:focus-visible {
236236
color-scheme: light;
237237
--pico-background-color: #fff;
238238
--pico-color: #373c44;
239-
--pico-text-selection-color: rgba(5, 162, 162, 0.25);
239+
--pico-text-selection-color: rgba(148, 134, 225, 0.25);
240240
--pico-muted-color: #646b79;
241241
--pico-muted-border-color: rgb(231, 234, 239.5);
242-
--pico-primary: #047878;
243-
--pico-primary-background: #047878;
242+
--pico-primary: #655cd6;
243+
--pico-primary-background: #524ed2;
244244
--pico-primary-border: var(--pico-primary-background);
245-
--pico-primary-underline: rgba(4, 120, 120, 0.5);
246-
--pico-primary-hover: #025d5d;
247-
--pico-primary-hover-background: #046a6a;
245+
--pico-primary-underline: rgba(101, 92, 214, 0.5);
246+
--pico-primary-hover: #4040bf;
247+
--pico-primary-hover-background: #4040bf;
248248
--pico-primary-hover-border: var(--pico-primary-hover-background);
249249
--pico-primary-hover-underline: var(--pico-primary-hover);
250-
--pico-primary-focus: rgba(5, 162, 162, 0.5);
250+
--pico-primary-focus: rgba(148, 134, 225, 0.5);
251251
--pico-primary-inverse: #fff;
252252
--pico-secondary: #5d6b89;
253253
--pico-secondary-background: #525f7a;
@@ -391,18 +391,18 @@ nav details.dropdown summary:focus-visible {
391391
color-scheme: dark;
392392
--pico-background-color: rgb(19, 22.5, 30.5);
393393
--pico-color: #c2c7d0;
394-
--pico-text-selection-color: rgba(10, 177, 177, 0.1875);
394+
--pico-text-selection-color: rgba(162, 148, 229, 0.1875);
395395
--pico-muted-color: #7b8495;
396396
--pico-muted-border-color: #202632;
397-
--pico-primary: #0ab1b1;
398-
--pico-primary-background: #047878;
397+
--pico-primary: #a294e5;
398+
--pico-primary-background: #524ed2;
399399
--pico-primary-border: var(--pico-primary-background);
400-
--pico-primary-underline: rgba(10, 177, 177, 0.5);
401-
--pico-primary-hover: #0ccece;
402-
--pico-primary-hover-background: #058686;
400+
--pico-primary-underline: rgba(162, 148, 229, 0.5);
401+
--pico-primary-hover: #bdb2ec;
402+
--pico-primary-hover-background: #655cd6;
403403
--pico-primary-hover-border: var(--pico-primary-hover-background);
404404
--pico-primary-hover-underline: var(--pico-primary-hover);
405-
--pico-primary-focus: rgba(10, 177, 177, 0.375);
405+
--pico-primary-focus: rgba(162, 148, 229, 0.375);
406406
--pico-primary-inverse: #fff;
407407
--pico-secondary: #969eaf;
408408
--pico-secondary-background: #525f7a;
@@ -546,18 +546,18 @@ nav details.dropdown summary:focus-visible {
546546
color-scheme: dark;
547547
--pico-background-color: rgb(19, 22.5, 30.5);
548548
--pico-color: #c2c7d0;
549-
--pico-text-selection-color: rgba(10, 177, 177, 0.1875);
549+
--pico-text-selection-color: rgba(162, 148, 229, 0.1875);
550550
--pico-muted-color: #7b8495;
551551
--pico-muted-border-color: #202632;
552-
--pico-primary: #0ab1b1;
553-
--pico-primary-background: #047878;
552+
--pico-primary: #a294e5;
553+
--pico-primary-background: #524ed2;
554554
--pico-primary-border: var(--pico-primary-background);
555-
--pico-primary-underline: rgba(10, 177, 177, 0.5);
556-
--pico-primary-hover: #0ccece;
557-
--pico-primary-hover-background: #058686;
555+
--pico-primary-underline: rgba(162, 148, 229, 0.5);
556+
--pico-primary-hover: #bdb2ec;
557+
--pico-primary-hover-background: #655cd6;
558558
--pico-primary-hover-border: var(--pico-primary-hover-background);
559559
--pico-primary-hover-underline: var(--pico-primary-hover);
560-
--pico-primary-focus: rgba(10, 177, 177, 0.375);
560+
--pico-primary-focus: rgba(162, 148, 229, 0.375);
561561
--pico-primary-inverse: #fff;
562562
--pico-secondary: #969eaf;
563563
--pico-secondary-background: #525f7a;

docs/pico.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yohns/picocss",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "Minimal CSS Framework for semantic HTML, updated with enhanced capabilities.",
55
"authors": [
66
{

scss/helpers/_copyright.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/*!
2-
* Pico CSS ✨ v2.2.4 (https://github.com/Yohn/PicoCSS)
2+
* Pico CSS ✨ v2.2.5 (https://github.com/Yohn/PicoCSS)
33
* Copyright 2019-2025 - Licensed under MIT
44
*/

0 commit comments

Comments
 (0)