Socket
Socket
Sign inDemoInstall

postcss-color-rebeccapurple

Package Overview
Dependencies
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-color-rebeccapurple

Use the rebeccapurple color keyword in CSS


Version published
Weekly downloads
5.5M
decreased by-2.5%
Maintainers
5
Weekly downloads
 
Created

What is postcss-color-rebeccapurple?

The postcss-color-rebeccapurple package is a PostCSS plugin that allows you to use the `rebeccapurple` color keyword in your CSS, which is then transformed into the equivalent hexadecimal color code `#639`. This plugin is part of the PostCSS ecosystem, which is a tool for transforming CSS with JavaScript plugins.

What are postcss-color-rebeccapurple's main functionalities?

Transform `rebeccapurple` keyword to hexadecimal

This code demonstrates how you can use the `rebeccapurple` keyword in your CSS. When processed by postcss-color-rebeccapurple, it will be transformed into the hexadecimal color `#639`.

css
.post {
  color: rebeccapurple;
}

Other packages similar to postcss-color-rebeccapurple

Keywords

FAQs

Package last updated on 19 Feb 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