-
### Current behavior
I have a CSS selector that changes the CSS variable like so:
```
@layer base {
:root {
--primary: theme('colors.red.500');
}
.dark:root {
--primary: t…
-
I'm trying to use country symbol via [CSS background](https://www.saltdesignsystem.com/salt/components/country-symbol/examples#css-background-image), i have below imports
```
import '@salt-ds/coun…
-
### Description
The following code will not work correctly if a user is using the `calcite-mode-auto` class.
https://github.com/Esri/calcite-design-system/blob/06105acdaa06e9636671211abb5cc874c5…
-
### Clear and concise description of the problem
[cssExtend options](https://unocss.dev/presets/typography#cssextend) for typography preset already could extend or override CSS selectors with CSS d…
-
**Describe the bug**
I think we're missing plugins because the `{% schema %}` tag wasn't getting reformatted in my demo of the extension running on https://github.dev. I think it has to do with the `p…
-
## Prework
- [x] Read and abide by the **great_tables** [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) and [contributing guidelines](https://github.com/posit-dev…
-
The "powered by" text gets defined with an absolute `font-size` or in other words by a pixel value. This should be a relative value like all others as it doesn't scale (upwards) nicely on users settin…
-
Hey, great module. Can you consider make css compatiblity with wfrp4 system?
https://foundryvtt.com/packages/wfrp4e
![obraz](https://github.com/user-attachments/assets/47d1ce4c-8baf-4bad-a8bb-7d…
-
**Is your feature request related to a problem? Please describe.**
- It's hard to find CSS classes and JS functions when they are all in giant files
- It would be great to click into a CSS classes and…
-
Version: Deno 2.0.0
I'm using deno in a workspace that includes a npm package `project/packages/ui` which is a collection of React components, that use tailwind. In this package, i have a `globals.…