Socket
Socket
Sign inDemoInstall

@thedutchcoder/postcss-rem-to-px

Package Overview
Dependencies
4
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "@thedutchcoder/postcss-rem-to-px",
"version": "0.0.1",
"version": "0.0.2",
"description": "PostCSS plugin to convert rem values to px values",

@@ -5,0 +5,0 @@ "keywords": [

@@ -39,3 +39,3 @@ # postcss-rem-to-px

plugins: [
+ require('postcss-rem-to-px'),
+ require('@thedutchcoder/postcss-rem-to-px'),
require('autoprefixer')

@@ -53,3 +53,3 @@ ]

plugins: [
+ require('postcss-rem-to-px', { baseValue: 10 }),
+ require('@thedutchcoder/postcss-rem-to-px', { baseValue: 10 }),
require('autoprefixer')

@@ -56,0 +56,0 @@ ]

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc