Lukas Oppermann
Lukas Oppermann
Hey, it would be great if you could tag releases and add the changes to a release so one can easily see the difference on the github releases page. 👍
Hey, in some cases, e.g. when delivering data to iOS you need a ratio rgb color. It would be great if tinycolor could also support `toRgbRatio`. I think it would...
With the new spring animation, this part was missing.
# Extension – [Unicode Symbols Search](https://github.com/raycast/extensions/tree/d18a6e43408d105a3ed7a17b6693fca19ea75ea3/extensions/unicode-symbols/) Author: @mmazzarolo I would love to be able to get a superscript number by entering something like `super 9` -> ⁹ **Describe the feature...
This fixes #229 and #200 - [x] add `standard deprecated` to dropdown selection - [x] fix test - [x] examples for style dictionary conversion (parser, etc.) - [x] manually test...
As suggested in #200. The following changes need to be done to the standard format spec: - [ ] update `value` to `$value` - [ ] update `type` to `$type`...
Link to `Color` is broken as the page does not exists and order of links was different form sidebar. - [x] Yes, this PR does not depend on additional changes....
The [Matcher type](https://github.com/amzn/style-dictionary/blob/main/types/Matcher.d.ts) is missing from the [SD export](https://github.com/amzn/style-dictionary/blob/main/types/index.d.ts#L36-L55). However when defining matchers as functions and adding them in an object to the SD config without the register function, the...
Hey, I have a custom alpha transformer that applies an alpha value to the hex value, e.g `#000000` → `#00000066` if the `alpha` property is set to `.4`. The problem...
Hey, I just noticed that on the [timeAgo preview](https://primer.style/view-components/components/timeago) there is a missing space between `ago` and the month `Nov`. I am not sure if this is just this preview...