-
In CSS Color 5, the [serialization of relative colors](https://drafts.csswg.org/css-color-5/#serial-relative-color) is defined with the following:
> The serialization of the declared value of a rel…
-
### Describe the bug
`dotnet new mvc` command produces faulty style reference if project name contains - character.
### To Reproduce
Using cli version 6.0.2.
```
mkdir cloud-manager
cd cloud…
-
### Describe the problem
One of the most common packages many repos install once they pick up steam is `clsx` or a similar library to help manage their classes. While svelte already allows for easy…
-
### MDN URL
https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Backgrounds_and_borders
### What specific section or headline is this issue about?
Backgrounds and Borders
##…
-
currently, I am writing a mini CSS property parser with lightning-css, and found out that some of the values cannot be exported properly.
```rust
// src/properties/size.rs line:226
enum_proper…
-
What does it mean to make a 'CSS package' and what information is needed to handle it and all of its information and dependencies?
I wonder if a 'package' is defined by a CSS stylesheet in 100% va…
-
When `filteredReferenceCount > 0` and `outputReferences: true` is there a mechanism that can be used to force that specific token or all tokens to "fall back" to the referenced value instead of output…
-
In css files i can see that you use names of to call them directly to put in css like this :
`.contact-utiles p{
font-family: var(--text-font);
font-size: 1.3rem;
font-weight: 700;…
-
Does this work on images referenced by css as background images?
-
### Is your feature request related to a problem? Please describe.
While creating a public component library it would be great to be able to create CSS Variables and associate e.g. colors with these …