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.5.0 to 1.5.1

.eslintcache

4

dist/postcss-light-dark.js

@@ -34,3 +34,3 @@ "use strict";

}
exports.default = () => {
const plugin = () => {
return {

@@ -55,1 +55,3 @@ postcssPlugin: 'postcss-light-dark',

exports.postcss = true;
plugin.postcss = true;
exports.default = plugin;

@@ -32,3 +32,3 @@ "use strict";

const remRegExp = getRegExp('rem');
exports.default = () => {
const plugin = () => {
return {

@@ -50,1 +50,3 @@ postcssPlugin: 'postcss-rem-em',

exports.postcss = true;
plugin.postcss = true;
exports.default = plugin;
import { Root } from 'postcss';
declare const _default: () => {
postcssPlugin: string;
Once(root: Root): void;
declare const plugin: {
(): {
postcssPlugin: string;
Once(root: Root): void;
};
postcss: boolean;
};
export default _default;
export declare const postcss = true;
export default plugin;
import { AtRule, Root } from 'postcss';
declare const _default: () => {
postcssPlugin: string;
Once(root: Root): void;
AtRule: {
media: (atRule: AtRule) => void;
declare const plugin: {
(): {
postcssPlugin: string;
Once(root: Root): void;
AtRule: {
media: (atRule: AtRule) => void;
};
};
postcss: boolean;
};
export default _default;
export declare const postcss = true;
export default plugin;
{
"name": "postcss-preset-mantine",
"version": "1.5.0",
"version": "1.5.1",
"description": "PostCSS preset for Mantine (7.0+) applications",

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

"peerDependencies": {
"postcss": "^8.4.24"
"postcss": ">=8.0.0"
},

@@ -26,3 +26,3 @@ "dependencies": {

"build": "tsc --project tsconfig.json",
"lint": "eslint src",
"lint": "eslint src --cache",
"typecheck": "tsc --noEmit",

@@ -29,0 +29,0 @@ "test": "npm run typecheck && npm run lint",

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