postcss-preset-mantine
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "postcss-preset-mantine", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "PostCSS preset for Mantine (7.0+) applications", | ||
@@ -5,0 +5,0 @@ "main": "preset.js", |
const nested = require('postcss-nested'); | ||
const rem = require('postcss-rem'); | ||
const em = require('./postcss-em'); | ||
const mixins = require('postcss-mixins'); | ||
@@ -50,2 +51,3 @@ | ||
rem(), | ||
em(), | ||
mixins({ | ||
@@ -52,0 +54,0 @@ mixins: { |
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
4059
6
97