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 */