cobalt-ui
cobalt-ui copied to clipboard
Use W3C Design Token Community Group tokens in CI and code
The [TypeScript plugin](https://github.com/drwpow/cobalt-ui/tree/main/packages/plugin-ts) currently isn’t much different from the JSON plugin; it essentially just creates JSON assigned to exportable variables, sprinkles in a few types, etc. It would be great...
I have loaded up the example Token Studio file that is included in the plugin (also [on their repo here](https://raw.githubusercontent.com/tokens-studio/figma-plugin/b3b02db5d11c51d8e9ecad60ecd5df880cdbfa53/src/config/default.json)), however I'm getting some errors, which I'm guessing is likely...
`@property` definitions help enable type safety for CSS Custom Properties. MDN Docs: https://developer.mozilla.org/en-US/docs/Web/CSS/@property It might be good to make a flag for this in the plugin too since defining property...
Ex: ``` color: '{color.blue.500.$extensions.rgb}' ```
Hello, Thank you so much for Cobalt its been a life saving module so far :) I have an issue with custom transforms when using the CSS Plugin. Since this...
How do i label some tokens as being private? I have some tokens that i want to exist soley to be referenced by aliases, but not be included with the...
There's a lot of (stale) discussion in design-tokens/community-group#97 (in which you contributed early on!), but it seems like the [proposal from `c1rrus`](https://github.com/design-tokens/community-group/issues/97#issuecomment-1012611941) is a pretty clear path forward and avoids...
I don't get any intellisense when using the `token` function in scss. Should I get intellisense here? At least the docs (kinda) say so: > If you‘re using Sass, this...
Not a coder :) I built with the aid of GPT4 a plugin to export tokens in MAUI (XAML), i am not familiar with the proper contribution workflow and probably...