Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maggioli-design-system/styles

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maggioli-design-system/styles - npm Package Compare versions

Comparing version 3.7.1 to 3.8.0

2

package.json
{
"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%',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc