Re: [csswg-drafts] Multiple stylesheets per file (#5629)

This seems like a good progression using assertions. Bundles would become much more useful from CSS perspective.

```css
/* bundle.css */

@layer defaults, common, brand, components;

@sheet designsystemstyles {
  @layer commmon {
     ...
  }
}
@sheet nameofbrand {
  @layer brand {
    ...
  }
}
```

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


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

Received on Tuesday, 24 January 2023 09:23:47 UTC