postcss-preset-mantine
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "postcss-preset-mantine", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "PostCSS preset for Mantine (7.0+) applications", | ||
@@ -5,0 +5,0 @@ "main": "preset.js", |
const nested = require('postcss-nested'); | ||
const mixins = require('postcss-mixins'); | ||
const remEm = require('./postcss-rem-em'); | ||
const lightDark = require('./postcss-light-dark'); | ||
@@ -50,2 +51,3 @@ function colorSchemeMixin(colorScheme) { | ||
remEm(), | ||
lightDark(), | ||
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
7714
8
193