-
This CSS code cause error `[csstree-match] BREAK after 15000 iterations`
```css
.selector {
box-shadow:0 0 0 0 rgba(88,7,126,.122),0 22px 49px 0 rgba(88,7,126,.122),0 88px 88px 0 rgba(88,7,126,…
-
Continue progress made on https://github.com/vkottler/svgen/pull/42.
Also upgrade the theme viewer to see the rgb and hsla constructors like https://hslpicker.com/ does.
Possible parameters:
- …
-
Hi!
`hsl()` and `hsla()` are very permissive. Here are all the formats allowed and their current support in this wonderful ❤️ ColorHighlight plugin.
## Supported
```scss
.my-class {
colo…
-
Looks like with UnoCSS v0.57.0's [breaking changes](https://github.com/unocss/unocss/releases/tag/v0.57.0), Anu's hsla colors are also broken.
Could we align and keep hsla and rgba consistent with …
-
**Prettier 2.8.4**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAjAhmA1gcwE4QCuUAJkgAQA2AllHOngLT7onUIwAUAOlOeTAjk81HAAsYAGl788OVJwCMigJyTyAVjXkATIoAMASml9h89EoAcG9RoAs6vfvVGZx…
-
HI,
Please consider using tabs for showing HSLA, HEXA etc. or buttons that display HEXA HSLA fields.
This will make height less when all HSLA HEXA AND RGBA are enabled and look cooler :)
I modi…
mafar updated
5 years ago
-
Is there an option to generate hsl in format: hsl( 0 0% 0% / .5) instead of regular hsl and hsla?
-
The [doc comment on DebugColor](https://github.com/dimforge/rapier/blob/master/src/pipeline/debug_render_pipeline/debug_render_style.rs#L5) says that it uses HSLA but [DebugRenderBackend::draw_line](h…
-
**Details**
What browser were you using: Edge / Firefox
What OS were you using: Windows 10
Project version you have: V2.0.0
**Describe the bug**
3 Bugs :
1 - Hexa text input does not take va…
-
Maybe I am misunderstanding the spec but I'm pretty sure this is incorrect on `rework-color-function`'s part:
``` css
:root {
--purple: hsla(285, 97%, 25%, 1);
}
.Button {
background: color(var(…