Adam Wathan

Results 15 issues of Adam Wathan

### Describe the bug Right now when you minify certain color syntaxes, cssnano converts them to a different color format, for example RGB values are often converted to HSL: ```css...

bug

Cascade layers support a few things that Lightning CSS doesn't currently take into consideration: - Nested layers both by nesting directly as well as using dot notation to insert into...

Not sure if this is by design or not but I expected after #133 that class names would be escaped by default when creating a new className node. ```js const...

bug

**What version of Tailwind CSS are you using?** v3 and v4 **Reproduction URL** https://play.tailwindcss.com/ySYgzSn5FT **Describe your issue** Classes like `supports-[font-format(opentype)]:grid` generate invalid CSS, because we currently assume that supports values...