@microsoft/atlas-css
Advanced tools
Comparing version 3.27.2 to 3.28.0
{ | ||
"name": "@microsoft/atlas-css", | ||
"version": "3.27.2", | ||
"version": "3.28.0", | ||
"description": "Styles backing the Atlas Design System used by Microsoft's Developer Relations.", | ||
@@ -11,7 +11,40 @@ "scripts": { | ||
"build": "npm run build:css && npm run tokens && npm run class-names", | ||
"build:css": "parcel build src/index.scss --no-cache", | ||
"tokens": "node ./tokens/index.js", | ||
"class-names": "node ./class-names/index.js", | ||
"build:css": "wireit", | ||
"tokens": "wireit", | ||
"class-names": "wireit", | ||
"prepublishOnly": "npm run lint && npm run build" | ||
}, | ||
"wireit": { | ||
"build:css": { | ||
"command": "parcel build src/index.scss --no-cache", | ||
"files": [ | ||
"./src/**/*.scss" | ||
], | ||
"output": [ | ||
"./dist/**/*.css" | ||
] | ||
}, | ||
"tokens": { | ||
"command": "node ./tokens/index.js", | ||
"files": [ | ||
"./tokens/index.js", | ||
"./src/tokens/**/*.scss" | ||
], | ||
"output": [ | ||
"./dist/tokens.json", | ||
"./dist/tokens.ts" | ||
] | ||
}, | ||
"class-names": { | ||
"command": "node ./class-names/index.js", | ||
"files": [ | ||
"./class-names/index.js", | ||
"./dist/index.css" | ||
], | ||
"dependencies": [ | ||
"build:css", | ||
"tokens" | ||
] | ||
} | ||
}, | ||
"homepage": "https://github.com/microsoft/atlas-design", | ||
@@ -37,2 +70,5 @@ "repository": { | ||
], | ||
"resolutions": { | ||
"sass": "grass" | ||
}, | ||
"author": "Microsoft Corporation", | ||
@@ -50,8 +86,9 @@ "license": "MIT", | ||
"quicktype-core": "^6.0.62", | ||
"sass": "^1.55.0", | ||
"grass": "^1.0.2", | ||
"sass-export": "^2.1.2", | ||
"stylelint": "^14.13.0", | ||
"stylelint-config-prettier": "^9.0.3", | ||
"stylelint-prettier": "^2.0.0" | ||
"stylelint-prettier": "^2.0.0", | ||
"wireit": "^0.9.5" | ||
} | ||
} |
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
795204
2572
15