diff --git a/README.md b/README.md index c89670a1..bfe736ad 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ There are 4 ways to get started with pico.css: Alternatively, you can use [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@yohns/picocss) to link pico.css. ```html - + ``` ### Install with NPM @@ -135,7 +135,7 @@ Use the default `.classless` version if you need centered viewports: ```html ``` @@ -144,7 +144,7 @@ Or use the `.fluid.classless` version if you need a fluid container: ```html ``` @@ -159,7 +159,7 @@ Then just write pure HTML, and it should look great: Hello, world! diff --git a/docs/index.html b/docs/index.html index 0e92644f..7adb4aa8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -222,7 +222,7 @@
-

Yohns PicoCSS Fork v2.2.2

+

Yohns PicoCSS Fork v2.2.3

Not in npm yet, but will be soon.

I've merged some open pull requests from the original Pico @@ -1498,7 +1498,7 @@ function changeTheme(newTheme) { const linkElement = document.getElementById('theme-color-ss'); if (linkElement) { - linkElement.setAttribute('href', 'https://cdn.jsdelivr.net/gh/Yohn/PicoCSS@2.2.2/css/pico.' + newTheme + '.min.css'); + linkElement.setAttribute('href', 'https://cdn.jsdelivr.net/gh/Yohn/PicoCSS@2.2.3/css/pico.' + newTheme + '.min.css'); } } diff --git a/package.json b/package.json index de1a7096..51b9a294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yohns/picocss", - "version": "2.2.2", + "version": "2.2.3", "description": "Minimal CSS Framework for semantic HTML, updated with enhanced capabilities.", "authors": [ { diff --git a/scss/helpers/_copyright.scss b/scss/helpers/_copyright.scss index 89134ee8..780ae4d3 100644 --- a/scss/helpers/_copyright.scss +++ b/scss/helpers/_copyright.scss @@ -1,4 +1,4 @@ /*! - * Pico CSS ✨ v2.2.2 (https://github.com/Yohn/PicoCSS) + * Pico CSS ✨ v2.2.3 (https://github.com/Yohn/PicoCSS) * Copyright 2019-2025 - Licensed under MIT */