@maggioli-design-system/styles
Advanced tools
Comparing version 3.7.1 to 3.8.0
{ | ||
"name": "@maggioli-design-system/styles", | ||
"version": "3.7.1", | ||
"version": "3.8.0", | ||
"description": "This module contains SCSS and CSS styles used by Maggioli Design System, it also makes available a Tailwind config based on Maggioli design tokens.", | ||
@@ -5,0 +5,0 @@ "main": "css/styles.min.css", |
@@ -43,2 +43,9 @@ const { palette } = require('@maggioli-design-system/design-tokens') | ||
}, | ||
gridTemplateColumns: { | ||
'fit-sm': 'repeat(auto-fit, minmax(10rem, 1fr))', | ||
fit: 'repeat(auto-fit, minmax(12.5rem, 1fr))', | ||
'fit-md': 'repeat(auto-fit, minmax(15rem, 1fr))', | ||
'fit-lg': 'repeat(auto-fit, minmax(17.5rem, 1fr))', | ||
'fit-xl': 'repeat(auto-fit, minmax(20rem, 1fr))', | ||
}, | ||
maxWidth: { | ||
@@ -45,0 +52,0 @@ '1/4': '25%', |
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
2817193
50795