postcss-preset-mantine
Advanced tools
Comparing version 1.12.3 to 1.13.0
@@ -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 @@ }; |
{ | ||
"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
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
33853
495