Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lightningtv/vite-hex-transform

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningtv/vite-hex-transform

Converts hex colors to 0xRRGGBBAA format

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
83
decreased by-59.71%
Maintainers
0
Weekly downloads
 
Created
Source

Vite Plugin to Convert hex colors to 0xRRGGBBAA format

If you were using hexColor, you can find and replace all instances with:

Use VSCode to remove hexColor

hexColor\("(#[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})"\)
"$1"

Additionally, Enable default color decorators in VScode in your settings (Command + , to search for the setting) to get built in color highlighting

Keywords

FAQs

Package last updated on 25 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc