malva icon indicating copy to clipboard operation
malva copied to clipboard

Configurable, smart and fast CSS, SCSS, Sass and Less formatter with dprint integration.

Results 2 malva issues
Sort by recently updated
recently updated
newest added

```diff :root { - --color-accent-fg: theme(colors.slate.100) !important; + --color-accent-fg: theme(colors . slate 0.100) !important; } ``` It should be `theme("colors.slate.100")`. Originally reported in https://github.com/denoland/deno/issues/25926

![image](https://github.com/user-attachments/assets/6e0f36be-fd48-40f7-ace4-365722edc99c) ![image](https://github.com/user-attachments/assets/9cd33919-358b-4f36-945d-dd3ae3bff855) `url()` behaves as expected.