New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/atlas-css

Package Overview
Dependencies
Maintainers
4
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/atlas-css - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

.stylelintrc.json

17

CHANGELOG.md
# @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 @@

23

package.json
{
"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

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