@moda/tokens 5.10.22 → 5.10.24
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/README.md +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://circleci.com/gh/ModaOperandi/tokens) [](https://www.npmjs.com/package/@moda/tokens)
|
|
4
4
|
|
|
5
|
-
Been here before? Visit the [click-to-copy](https://moda-tokens.netlify.
|
|
5
|
+
Been here before? Visit the [click-to-copy](https://moda-tokens.netlify.app/) documentation. First time? Keep reading.
|
|
6
6
|
|
|
7
7
|
## What is this?
|
|
8
8
|
|
|
@@ -50,6 +50,12 @@ import { color } from "@moda/tokens";
|
|
|
50
50
|
color("ink");
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
+
- **Netlify deploy config** is located here: https://github.com/ModaOperandi/tokens/blob/main/netlify.toml
|
|
54
|
+
|
|
55
|
+
- **Netlify site overview**: https://app.netlify.com/sites/moda-tokens/overview
|
|
56
|
+
|
|
57
|
+
(settings specified in netlify.toml override any corresponding settings in the Netlify UI)
|
|
58
|
+
|
|
53
59
|
## API
|
|
54
60
|
|
|
55
61
|
### SASS
|