@microsoft/atlas-css
Advanced tools
Comparing version 0.2.0 to 0.3.0
# @microsoft/atlas-css | ||
## 0.3.0 | ||
### Minor Changes | ||
- 65640d8: Add core folder. Import normalize and minireset into the core folder. | ||
- 06e8980: Add token values for breakpoints. Create the mixins folder and use tokens to as basis for media query mixins. | ||
- 8f8a97c: Adding z-index | ||
- 2191e70: Adding color palette and theme map. | ||
- 2e375cc: Revamp breakpoint variable names. | ||
- b56b715: Adding tokens for box shadow. | ||
### Patch Changes | ||
- 0627ee4: Adding prettier code formatting in combination with stylelint. AirBnb lint presents provide the base, and stylelint-config-prettier disables rules that may conflict with prettier. | ||
- 8203c36: Implement Dart Sass build and CI. | ||
- a66afda: Add CODEOWNERS file and GitHub pull request template. | ||
## 0.2.0 | ||
@@ -4,0 +21,0 @@ |
{ | ||
"name": "@microsoft/atlas-css", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"main": "dist/index.css", | ||
"source": "src/index.scss", | ||
"description": "Styles backing the Atlas Design System used by Microsoft's Developer Relations.", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"lint": "stylelint ./src/**/*.scss", | ||
"build": "parcel build src/index.scss --dist-dir dist" | ||
}, | ||
@@ -24,3 +28,16 @@ "homepage": "https://github.com/microsoft/atlas-design", | ||
"author": "Microsoft Corporation", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"minireset.css": "^0.0.7", | ||
"normalize.css": "^8.0.1" | ||
}, | ||
"devDependencies": { | ||
"parcel": "next", | ||
"@microsoft/stylelint-config-atlas": "2.0.0", | ||
"prettier": "^2.2.1", | ||
"sass": "^1.32.8", | ||
"stylelint": "^13.11.0", | ||
"stylelint-config-prettier": "^8.0.2", | ||
"stylelint-prettier": "^1.1.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
32881
15
3
2
7
+ Addedminireset.css@^0.0.7
+ Addednormalize.css@^8.0.1
+ Addedminireset.css@0.0.7(transitive)
+ Addednormalize.css@8.0.1(transitive)