postcss-preset-mantine
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10435
10
198