From 44ea6be97f07dd36f600ca0411feeec8fdd6c3d6 Mon Sep 17 00:00:00 2001 From: Allan <54928032+samlan24@users.noreply.github.com> Date: Thu, 11 Dec 2025 18:04:14 +0300 Subject: [PATCH 1/2] Add Pacgie Tools to CSS resources list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da13e01..066367f 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ Here is a [CSS in JS techniques comparison](https://github.com/MicheleBertoli/cs * [Glassmorphism CSS Generator](https://ui.glass/generator/) - Generate CSS for glassmorphism. * [GradientArt](https://gra.dient.art/) - An advanced CSS gradient editor with layering, design tools and free cloud storage. * [Live editor for CSS and LESS](https://github.com/webextensions/live-css-editor) - Magic CSS extension for Chrome, Firefox and Edge. +* [Pacgie Tools](https://www.pacgie.com) - Collection of free CSS generators (gradients, box-shadow, glassmorphism, neumorphism, flexbox, grid). * [RevengeCSS](https://github.com/Heydon/REVENGE.CSS) - A CSS bookmarklet that uses selectors to find bad markup, displaying ugly pink error messages in comic sans serif wherever you write bad HTML * [Single Div Project](https://github.com/ManrajGrover/SingleDivProject) - One `
`. Many possibilities. * [You Might Not Need JS](http://youmightnotneedjs.com/) - CSS alternatives for common JS UI components. From f3104d8487bd29b2dc2f1c07c61661595bea99a2 Mon Sep 17 00:00:00 2001 From: Allan <54928032+samlan24@users.noreply.github.com> Date: Fri, 12 Dec 2025 07:47:39 +0300 Subject: [PATCH 2/2] Revise Pacgie Tools description in README Updated the entry to reflect the actual tools provided --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 066367f..209c3be 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ Here is a [CSS in JS techniques comparison](https://github.com/MicheleBertoli/cs * [Glassmorphism CSS Generator](https://ui.glass/generator/) - Generate CSS for glassmorphism. * [GradientArt](https://gra.dient.art/) - An advanced CSS gradient editor with layering, design tools and free cloud storage. * [Live editor for CSS and LESS](https://github.com/webextensions/live-css-editor) - Magic CSS extension for Chrome, Firefox and Edge. -* [Pacgie Tools](https://www.pacgie.com) - Collection of free CSS generators (gradients, box-shadow, glassmorphism, neumorphism, flexbox, grid). +* [Pacgie Tools](https://www.pacgie.com) - Collection of free CSS generators. * [RevengeCSS](https://github.com/Heydon/REVENGE.CSS) - A CSS bookmarklet that uses selectors to find bad markup, displaying ugly pink error messages in comic sans serif wherever you write bad HTML * [Single Div Project](https://github.com/ManrajGrover/SingleDivProject) - One `
`. Many possibilities. * [You Might Not Need JS](http://youmightnotneedjs.com/) - CSS alternatives for common JS UI components.