@microsoft/atlas-css
Advanced tools
Comparing version 0.0.2 to 0.2.0
# @microsoft/atlas-css | ||
## 0.0.1 | ||
## 0.2.0 | ||
### Minor Changes | ||
- Preliminary scaffolding work. Add index.scss and tokens folder. Update README files. | ||
## 0.0.2 | ||
### Patch Changes | ||
- Begin using changesets in the project. |
{ | ||
"name": "@microsoft/atlas-css", | ||
"version": "0.0.2", | ||
"version": "0.2.0", | ||
"description": "Styles backing the Atlas Design System used by Microsoft's Developer Relations.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
# Atlas CSS | ||
Welcome to the Atlas CSS framework | ||
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. | ||
Use NPM or Yarn to add `@microsoft/atlas-css` to your project. | ||
```sh | ||
# install with NPM | ||
npm install --save @microsoft/atlas-css | ||
# or install with Yarn | ||
yarn add --save @microsoft/atlas-css | ||
``` | ||
Alternatively, you may access our scss directly for prototyping purposes at the following url: | ||
```http | ||
https://unpkg.com/browse/@microsoft/atlas-css/index.scss | ||
``` | ||
## Project Structure | ||
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](.\index.scss). | ||
```txt | ||
css | ||
└───src | ||
├───tokens/ | ||
├───mixins/ | ||
├───core/ | ||
├───atomics/ | ||
└───components/ | ||
``` | ||
### Tokens | ||
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`](https://sass-lang.com/documentation/variables#default-values) flag, so you can override them by defining your own values before importing atlas-css. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2347
5
39
1