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

postcss-preset-mantine

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-preset-mantine - npm Package Compare versions

Comparing version 1.12.3 to 1.13.0

5

dist/postcss-rem-em.js

@@ -20,2 +20,7 @@ "use strict";

},
container: (atRule) => {
atRule.params = atRule.params
.replace(remRegExp, (value) => converters.remNoScale(value.replace(/rem\((.*?)\)/g, '$1')))
.replace(emRegExp, (value) => converters.em(value.replace(/em\((.*?)\)/g, '$1')));
},
},

@@ -22,0 +27,0 @@ };

4

package.json
{
"name": "postcss-preset-mantine",
"version": "1.12.3",
"version": "1.13.0",
"description": "PostCSS preset for Mantine (7.0+) applications",

@@ -52,3 +52,3 @@ "main": "dist/preset.js",

"type": "git",
"url": "git@github.com:mantinedev/postcss-preset-mantine.git"
"url": "https://github.com/mantinedev/postcss-preset-mantine"
},

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

Sorry, the diff of this file is not supported yet

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