From 56d4f90b1e731a9b3573984dc46a74628b56f47c Mon Sep 17 00:00:00 2001 From: csstoolkit Date: Fri, 10 Jul 2026 19:42:48 +0500 Subject: [PATCH 1/2] Add PX to REM Converter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da13e01..9d6b38d 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. +* [PX to REM Converter](https://csstoolkit.net/px-to-rem/) - Converts pixel values to rem and back in bulk, runs entirely in the browser with no signup, no tracking, and no server calls. * [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 e5005707d29ca906b349b060a92e5fec65164760 Mon Sep 17 00:00:00 2001 From: csstoolkit Date: Thu, 16 Jul 2026 15:01:52 +0500 Subject: [PATCH 2/2] Update README.md Server call claim removed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d6b38d..9f4853f 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. -* [PX to REM Converter](https://csstoolkit.net/px-to-rem/) - Converts pixel values to rem and back in bulk, runs entirely in the browser with no signup, no tracking, and no server calls. +* [PX to REM Converter](https://csstoolkit.net/px-to-rem/) - Converts pixel values to rem and back in bulk, runs entirely in the browser with no signup, and no tracking. * [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.