@microsoft/atlas-css 3.30.0 → 3.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/class-names.json +1 -1
- package/dist/class-names.ts +36 -16
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens.json +1 -1
- package/dist/tokens.ts +40 -16
- package/package.json +12 -12
- package/src/atomics/typography.scss +14 -0
- package/src/components/banner.scss +47 -0
- package/src/components/button.scss +1 -15
- package/src/components/index.scss +2 -0
- package/src/components/notification.scss +81 -0
- package/src/core/bare-elements.scss +4 -0
- package/src/tokens/colors.scss +2 -0
- package/src/tokens/palette.scss +1 -0
- package/src/tokens/themes.scss +9 -3
- package/tokens/README.md +1 -1
package/tokens/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A design tokens is a definition of a design-related variable, such as one that a
|
|
|
4
4
|
|
|
5
5
|
## Access our design tokens
|
|
6
6
|
|
|
7
|
-
Firstly, in order to access these tokens, you must have installed atlas-css in your project. [See installation steps](
|
|
7
|
+
Firstly, in order to access these tokens, you must have installed atlas-css in your project. [See installation steps](https://github.com/microsoft/atlas-design). Once this is complete, you'll need to decide whether you want to reference them in Scss or JSON.
|
|
8
8
|
|
|
9
9
|
### Get Scss from NPM
|
|
10
10
|
|