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
90
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 7.0.0 to 8.0.0

dist/css/globals.css

28

package.json
{
"name": "@maggioli-design-system/styles",
"version": "7.0.0",
"version": "8.0.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.",

@@ -8,9 +8,8 @@ "main": "./tailwind.config.js",

"build": "npm run clean && npm run copy && npm run tailwind.build",
"clean": "rm -rf dist || true && mkdir -p dist/css dist/tailwind",
"copy": "npm run copy.tailwind && npm run copy.css",
"copy.tailwind": "cp -rf tailwind dist",
"copy.css": "cp -rf ../design-tokens/dist/css/*.css ./dist/css/.",
"tailwind.base": "tailwindcss -i ./css/base.css -o ./dist/css/base.css",
"tailwind.build": "npm run tailwind.base && npm run tailwind.typography",
"tailwind.typography": "tailwindcss -i ./css/typography.css -o ./dist/css/typography.css"
"clean": "npx ts-node scripts/clean.ts",
"copy": "npx ts-node scripts/copy.ts",
"tailwind.base": "postcss ./postcss/base.css -o ./dist/css/base.css",
"tailwind.reset": "postcss ./postcss/reset.css -o ./dist/css/reset.css",
"tailwind.build": "npm run tailwind.base && npm run tailwind.reset && npm run tailwind.typography",
"tailwind.typography": "postcss ./postcss/typography.css -o ./dist/css/typography.css"
},

@@ -37,2 +36,7 @@ "files": [

"role": "UX UI Designer"
},
{
"name": "Daniele Tardia",
"email": "daniele.tardia@hibo.it",
"role": "Senior Developer"
}

@@ -42,13 +46,15 @@ ],

"dependencies": {
"@maggioli-design-system/design-tokens": "^7.0.0",
"@maggioli-design-system/design-tokens": "^8.0.0",
"normalize.css": "^8.0.1",
"typeface-karla": "^1.1.13",
"typeface-roboto": "^1.1.13"
"typeface-roboto": "^1.1.13",
"typeface-merriweather": "^1.1.13"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"postcss-cli": "^9.1.0",
"postcss": "^8.4.13",
"postcss-import": "^14.0.7",
"tailwindcss": "^3.0.24"
"tailwindcss": "^3.1.4"
}
}
module.exports = {
plugins: [
require('postcss-import'),
require('tailwindcss/nesting'),
require('tailwindcss'),

@@ -5,0 +6,0 @@ require('autoprefixer'),

@@ -13,1 +13,18 @@ # Maggioli Design System

```
---
### Structure
#### Folder `postcss`
Here you add CSS that should be buit with postcss, which is stored inside `dist/css`.
#### Folder `css`
Here you add static CSS that should be stored inside `dist/css`.
#### Folder `tailwind`
Here you add Tailwind CSS that should be stored inside `dist/tailwind`, this folder is used when you use tailwind also in your product.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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