-
# Input
this is how beautify format RGB and HSL
```
$studio-color: rgba(255,
100,
0,
1);
$nav-bg: hsla(40,
10%,
70%,
0.2);
```
# Expected Output
it suppose to be like this
```
$stu…
-
It's a silly rule since it doesn't have box-shadow-radius, spread, color, etc.
```
boxShadow: anim.interpolate({
inputRange: [ 0, 1 ],
outputRange: [
'0p…
-
### 🔍 Search Terms
"iterable object", "string"
### ✅ Viability Checklist
- [X] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [X] This wouldn't change the runtime behav…
-
Default unocss colors are like `hsl(--var-whatever, --uno-opacity` or something, this is similar to tailwind. I should somehow transform the radix colors into a format like this and update the color a…
-
In eds-tokens, create a new `eds-2-overrides.css` file (maybe with a better name). Paste in the color variables from the old `tokens.css` in the root of eds-tokens (but skip the infographic ones) and…
-
It seems that although the documentation claims support for Angular 5+, when trying to compile versions 1.0.1-1.0.6, there are many compilation errors.
[01:53:53] typescript: ...picker/components/…
-
The current `enum Color` type is copied from the days where Conrod used elmesque (a functional, elm-inspired rust graphics library). These days it really does not make sense for Color to be an enum.
…
-
This extension does't recognize colors like #000, hsl(1 2% 3%) and hsla(1 2% 3%) which are 100% valid for the builtin vscode color picker
-
When using Blockman on Cursor, which is a fork of VS Code, we can't see the box containing the text selection.
For example, here is Cursor with Blockman turned off. While I'm not selecting anything…
-
chroma( {r:255, g:45, b:33, a:0.5} ) will work fine. We can see the alpha channel properly set in the chroma object and chroma( {r:255, g:45, b:33, a:0.5} ).alpha() returns 0.5.
BUT
chroma({ h:1…