@maggioli-design-system/styles
Advanced tools
Comparing version 2.1.4 to 2.2.0
{ | ||
"name": "@maggioli-design-system/styles", | ||
"version": "2.1.4", | ||
"version": "2.2.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.", | ||
"main": "css/styles.min.css", | ||
"scripts": { | ||
"build": "npm run clean && npm run package && npm run config && npm run sass && npm run sass:min && npm run copy:sass && npm run copy:tailwind", | ||
"build": "npm run clean && npm run config && npm run sass && npm run copy:sass", | ||
"clean": "rm -rf dist || true && mkdir -p dist/css dist/scss", | ||
"config": "cp ../../node_modules/@maggioli-design-system/design-tokens/dist/scss/config.scss ./scss", | ||
"copy:sass": "cp -r scss dist", | ||
"copy:tailwind": "cp ./tailwind.config.js dist/tailwind.config.js && cp ./postcss.config.js dist/postcss.config.js", | ||
"package": "cp package.json dist/package.json", | ||
"sass": "sass ./scss/import-global.scss ./dist/css/styles.css --style=expanded --embed-source-map --load-path=../../node_modules", | ||
"sass:min": "sass ./scss/import-global.scss ./dist/css/styles.min.css --style=compressed --load-path=../../node_modules" | ||
"sass:typography": "sass ./scss/export/typography.scss ./dist/css/typography.css --style=expanded --load-path=../../node_modules", | ||
"sass:typography:min": "sass ./scss/export/typography.scss ./dist/css/typography.min.css --style=expanded --load-path=../../node_modules", | ||
"sass:base": "sass ./scss/export/base.scss ./dist/css/base.css --style=expanded --load-path=../../node_modules", | ||
"sass:base:min": "sass ./scss/export/base.scss ./dist/css/base.min.css --style=expanded --load-path=../../node_modules", | ||
"sass:styles": "sass ./scss/export/styles.scss ./dist/css/styles.css --style=expanded --load-path=../../node_modules", | ||
"sass:styles:min": "sass ./scss/export/styles.scss ./dist/css/styles.min.css --style=compressed --load-path=../../node_modules", | ||
"sass": "npm run sass:styles && npm run sass:styles:min && npm run sass:base && npm run sass:base:min && npm run sass:typography && npm run sass:typography:min" | ||
}, | ||
"files": [ | ||
"/postcss.config.js", | ||
"/tailwind.config.js", | ||
"/dist/**/*" | ||
], | ||
"repository": { | ||
@@ -17,0 +25,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
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
18996
1123057
43