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.13.0 to 1.14.0

dist/auto-rem.js

8

dist/preset.js

@@ -9,2 +9,3 @@ "use strict";

const theme = require('./postcss-mantine-theme');
const autorem = require('./auto-rem');
function colorSchemeMixin(colorScheme, type = 'default') {

@@ -112,3 +113,7 @@ if (type === 'where') {

});
module.exports = () => {
module.exports = (options = {}) => {
const plugins = [];
if (options.autoRem) {
plugins.push(autorem());
}
return {

@@ -122,2 +127,3 @@ postcssPlugin: 'postcss-preset-mantine',

remEm(),
...plugins,
mixins({

@@ -124,0 +130,0 @@ mixins: {

4

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

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

"license": "MIT",
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.1"
}

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