Logo

dev-resources.site

for different kinds of informations.

Unhex - convert colors to RGB, HEX or HSL in bulk

Published at
9/20/2022
Categories
javascript
typescript
webdev
colors
Author
aspnxdd
Author
7 person written this
aspnxdd
open
Unhex - convert colors to RGB, HEX or HSL in bulk

Working on a large codebase with multiple css files, inline styles and tech lead says all colors now gotta be as HSL?

Changing 1 by 1? Forget that.

In this tutorial we will discover unhex - a nodeJS package that replaces all the colors in all the files you choose in a given directory.

Github Repository

npm link

Go to your project root directory and run npx unhex@latest a CLI inquirer will appear. Select which file extensions you wish to modify, ignore any files (like node_modules) and you are ready to go!

All the files matching your configuration will be parsed and modified to whatever color representation you chose!

Logs of running npx unhex@latest

colors Article's
30 articles in total
Favicon
Help Improve Shademaker!
Favicon
A Complete Guide to Color Shades: From Primary to Pastel
Favicon
Simplifying multiplatform Colors
Favicon
Three primary colors of LED display
Favicon
Free tool: Tailwind CSS Colors ✨
Favicon
Tailwind CSS Customization with UI Colors
Favicon
Optimizing Web Design through Advanced Techniques in CSS: Colours and Backgrounds
Favicon
What’s Your Go-To Method for Defining Colors in CSS?πŸ€”
Favicon
Compare Colors Palettes
Favicon
How to use light mode and dark mode colors web development
Favicon
Why You Should Use Descriptive Names for Colors in Your Palette or Theme
Favicon
Unhex - convert colors to RGB, HEX or HSL in bulk
Favicon
Color palete site recommendations
Favicon
How to use colors in designs
Favicon
What is Css?
Favicon
Random Hex Color (semi-golfed)
Favicon
The numeric colour palettes in modern web frameworks explained
Favicon
Day 3 of Coding Challenge! First CSS! Finally Some Color!
Favicon
Custom colors in React-Native
Favicon
Best resources for #developers
Favicon
Building a Color Scheme Toggle
Favicon
Choosing colors for websites
Favicon
Choosing Theme Colors
Favicon
A Short History of Interface Colors
Favicon
Most Powerful Palette Generator
Favicon
Welcome to ImageHive v2
Favicon
Random Hex Color Code Generator
Favicon
How do color pickers work? - HSL Panel
Favicon
Build a VSCode Theme
Favicon
GUIDE - Customizing your Windows Terminal with themes and different Shells

Featured ones: