Skip to content

Commit 63004a3

Browse files
committed
update docs
1 parent 68bbb9f commit 63004a3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

plugins/postcss-design-tokens/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@ design-token() = design-token( <token-path> [ to <unit> ]? )
275275
<unit> = [ px | rem ]
276276
```
277277
278+
## Further reading
279+
280+
- [Why we think PostCSS Design Tokens is needed]
281+
- [About Design Tokens (Adobe Spectrum)]
282+
278283
[cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test
279284
280285
[discord]: https://discord.gg/bUadyRwkJS
@@ -285,3 +290,5 @@ design-token() = design-token( <token-path> [ to <unit> ]? )
285290
[PostCSS]: https://github.com/postcss/postcss
286291
[PostCSS Loader]: https://github.com/postcss/postcss-loader
287292
[PostCSS Design Tokens]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-design-tokens
293+
[Why we think PostCSS Design Tokens is needed]: https://github.com/csstools/postcss-plugins/wiki/Why-we-think-PostCSS-Design-Tokens-is-needed
294+
[About Design Tokens (Adobe Spectrum)]: https://spectrum.adobe.com/page/design-tokens/

plugins/postcss-design-tokens/docs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,11 @@ design-token() = design-token( <token-path> [ to <unit> ]? )
200200
<unit> = [ px | rem ]
201201
```
202202
203+
## Further reading
204+
205+
- [Why we think PostCSS Design Tokens is needed]
206+
- [About Design Tokens (Adobe Spectrum)]
207+
203208
<link-list>
209+
[Why we think PostCSS Design Tokens is needed]: https://github.com/csstools/postcss-plugins/wiki/Why-we-think-PostCSS-Design-Tokens-is-needed
210+
[About Design Tokens (Adobe Spectrum)]: https://spectrum.adobe.com/page/design-tokens/

0 commit comments

Comments
 (0)