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

postcss-opacity-percentage

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-opacity-percentage - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

package.json
{
"name": "postcss-opacity-percentage",
"version": "0.0.1",
"version": "0.0.2",
"description": "PostCSS plugin to transform percentage-based opacity values to more compatible floating-point values.",

@@ -29,2 +29,5 @@ "keywords": [

"main": "index.js",
"files": [
"index.js"
],
"scripts": {

@@ -31,0 +34,0 @@ "format": "xo --fix",

4

README.md
# PostCSS Opacity Percentage
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/dreamseer/postcss-opacity-percentage/Test/main)
[![Test](https://github.com/Dreamseer/postcss-opacity-percentage/actions/workflows/test.yml/badge.svg)](https://github.com/Dreamseer/postcss-opacity-percentage/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/Dreamseer/postcss-opacity-percentage/badge.svg?branch=main)](https://coveralls.io/github/Dreamseer/postcss-opacity-percentage?branch=main)

@@ -9,3 +9,3 @@ [![Install size](https://packagephobia.now.sh/badge?p=postcss-opacity-percentage)](https://packagephobia.now.sh/result?p=postcss-opacity-percentage)

[PostCSS](https://github.com/postcss/postcss) plugin to transform percentage-based opacity values to more compatible floating-point values.
[PostCSS](https://github.com/postcss/postcss) plugin to transform [percentage-based opacity values](https://www.w3.org/TR/css-color-4/#transparency) to more compatible floating-point values.

@@ -12,0 +12,0 @@ ## Install

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