File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
plugins/postcss-design-tokens Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,11 @@ design-token() = design-token( <token-path> [ to <unit> ]? )
275
275
<unit> = [ px | rem ]
276
276
```
277
277
278
+ ## Further reading
279
+
280
+ - [Why we think PostCSS Design Tokens is needed ]
281
+ - [About Design Tokens (Adobe Spectrum)]
282
+
278
283
[cli-url ]: https://github.com/csstools/postcss-plugins /actions/workflows/test.yml?query=workflow/test
279
284
280
285
[discord ]: https://discord.gg/bUadyRwkJS
@@ -285,3 +290,5 @@ design-token() = design-token( <token-path> [ to <unit> ]? )
285
290
[PostCSS ]: https://github.com/postcss/postcss
286
291
[PostCSS Loader ]: https://github.com/postcss/postcss-loader
287
292
[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 /
Original file line number Diff line number Diff line change @@ -200,4 +200,11 @@ design-token() = design-token( <token-path> [ to <unit> ]? )
200
200
<unit> = [ px | rem ]
201
201
```
202
202
203
+ ## Further reading
204
+
205
+ - [Why we think PostCSS Design Tokens is needed ]
206
+ - [About Design Tokens (Adobe Spectrum)]
207
+
203
208
<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 /
You can’t perform that action at this time.
0 commit comments