Re: [csswg-drafts] [css-cascade-6] `@base` statement or `base()` function for relative urls in `@sheet`. (#11680)

@zaygraveyard like this?

```css
@sheet sheet1 base("./styles/") {
  .box {
    background-image: var(--background-image);
  }
}
```

-- 
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11680#issuecomment-2647668520 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 10 February 2025 11:10:48 UTC