-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
160 changed files
with
58,044 additions
and
17,374 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6,123 changes: 6,123 additions & 0 deletions
6,123
packages/made-css/dist/3.0.0/made-css-variables.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"name": "@mastercard/made-css", | ||
"version": "3.0.0", | ||
"description": "CSS for Made Framework Core Components", | ||
"owner": "Made", | ||
"main": "index.js", | ||
"files": [ | ||
"*.*", | ||
"src/" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mastercard/made.git" | ||
}, | ||
"publishConfig": { | ||
"@mastercard:registry": "https://npm.pkg.github.com/mastercard" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 0", | ||
"stylelint:test": "stylelint src/*.css", | ||
"stylelint:fix": "stylelint src/*.css --fix", | ||
"build": "gulp", | ||
"pack": "npm run postbuild && npm pack ./dist/", | ||
"release": "standard-version", | ||
"publish-web": "npm run build && npm run postbuild && npm publish ./dist", | ||
"publish-github": "cp package.json dist/3.0.0 && cd dist/3.0.0 && npm publish" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"autoprefixer": "^9.8.6", | ||
"css-mqpacker": "^7.0.0", | ||
"gulp": "^4.0.2", | ||
"gulp-autoprefixer": "^8.0.0", | ||
"gulp-clean-css": "^4.3.0", | ||
"gulp-cli": "^2.3.0", | ||
"gulp-concat": "^2.6.1", | ||
"gulp-minify-css": "^1.2.4", | ||
"gulp-postcss": "^9.0.0", | ||
"gulp-rename": "^2.0.0", | ||
"postcss": "^8.3.6", | ||
"postcss-css-variables": "0.18.0", | ||
"postcss-import": "^14.0.2", | ||
"standard-version": "^9.3.2", | ||
"stylelint": "^13.13.1", | ||
"stylelint-config-standard": "^22.0.0", | ||
"stylelint-order": "^5.0.0", | ||
"stylelint-selector-bem-pattern": "^2.1.1" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.