From 438080ff6042c0f618153c1b4f6d6d76dcfa8a8f Mon Sep 17 00:00:00 2001 From: Davron Yuldashev Date: Fri, 3 Apr 2026 05:07:00 +0000 Subject: [PATCH 1/2] Add DevTools CSS Gradient Generator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da13e01..ee9f50d 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ Here is a [CSS in JS techniques comparison](https://github.com/MicheleBertoli/cs * [Flexbox Patterns](https://flexboxpatterns.com/) by cjcenizal * [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. +* [DevTools CSS Gradient Generator](https://devtools.davrapps.dev/en/gradient-generator) - Visual CSS gradient generator with linear, radial, and conic support. Outputs CSS and Tailwind classes. 100% client-side. * [Live editor for CSS and LESS](https://github.com/webextensions/live-css-editor) - Magic CSS extension for Chrome, Firefox and Edge. * [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. From 61363b1ca53096180976ccd6db5ec2fcf22ebfbd Mon Sep 17 00:00:00 2001 From: Dave93 Date: Tue, 7 Apr 2026 05:07:31 +0000 Subject: [PATCH 2/2] fix: move DevTools entry to correct alphabetical position MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move DevTools CSS Gradient Generator from after GradientArt to after "Can I use", placing it correctly in alphabetical order (C → D → F). Co-Authored-By: Paperclip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee9f50d..e50e4c3 100644 --- a/README.md +++ b/README.md @@ -264,10 +264,10 @@ Here is a [CSS in JS techniques comparison](https://github.com/MicheleBertoli/cs * [Beautiful CSS box-shadow examples](https://getcssscan.com/css-box-shadow-examples) - Curated collection of 93 beautiful CSS box-shadow. Click to copy. * [Can I use](https://caniuse.com/) - Browser support for CSS, HTML5 and other front-end web technologies. +* [DevTools CSS Gradient Generator](https://devtools.davrapps.dev/en/gradient-generator) - Visual CSS gradient generator with linear, radial, and conic support. Outputs CSS and Tailwind classes. 100% client-side. * [Flexbox Patterns](https://flexboxpatterns.com/) by cjcenizal * [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. -* [DevTools CSS Gradient Generator](https://devtools.davrapps.dev/en/gradient-generator) - Visual CSS gradient generator with linear, radial, and conic support. Outputs CSS and Tailwind classes. 100% client-side. * [Live editor for CSS and LESS](https://github.com/webextensions/live-css-editor) - Magic CSS extension for Chrome, Firefox and Edge. * [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.