Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@microsoft/atlas-css
Advanced tools
Styles backing the Atlas Design System used by Microsoft's Developer Relations.
Welcome to the Atlas CSS framework, the code backing the Atlas design system. This framework is built and maintained by the Developer Relations web team for use across Microsoft.
Using CodePen as a sandbox, you can try out the framework.
Use NPM to add @microsoft/atlas-css
to your project.
# install with NPM
npm install --save @microsoft/atlas-css
Alternatively, you may access our scss directly for prototyping purposes at the following url:
https://unpkg.com/@microsoft/atlas-css/dist/index.css
Each folder has an index file and a README that explains the nature of the folder. Each folder contains an index.scss
file that imports all files within that folder. All folders can be imported at once via the top-level index.scss file.
css
└───src
├───tokens/
├───mixins/
├───core/
├───atomics/
└───components/
The tokens folder is the place where we define variables for use. This folder produces no output when included by itself. It's primary purpose is to provide a central place to define shared values used across the framework.
All variable declarations in the tokens folder make use of the !default
flag, so you can override them by defining your own values before importing atlas-css.
FAQs
Styles backing the Atlas Design System used by Microsoft's Developer Relations.
The npm package @microsoft/atlas-css receives a total of 75 weekly downloads. As such, @microsoft/atlas-css popularity was classified as not popular.
We found that @microsoft/atlas-css demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.