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

postcss-unit-unit

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-unit-unit - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

package.json
{
"name": "postcss-unit-unit",
"main": "index.js",
"version": "1.0.2",
"description": "A CSS post-processor that converts px to viewport units (vw, vh, rpx, rem, vmin, vmax).",
"version": "1.0.3",
"license": "MIT",

@@ -11,5 +12,7 @@ "author": {

"keywords": [
"units",
"px2rpx",
"px2vw",
"postcss"
"postcss",
"postcss-plugin"
],

@@ -16,0 +19,0 @@ "scripts": {},

@@ -5,3 +5,3 @@ # CSS 单位自动转换工具

注意:配置参数 `fullViewportWidth` 为目标单位总宽度,如 `rpx` 时为 `750`, `vw` 时为 `100`
注意:配置参数 `fullViewportWidth` 为目标单位总宽度,如目标单位为 `rpx` 时填写 `750`, 目标单位为 `vw` 时填写 `100`,其他情况根据比例计算。

@@ -8,0 +8,0 @@ ## 安装

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