- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Thu, 10 Aug 2023 07:49:52 +0000
- To: public-css-archive@w3.org
This works :
```css
@top-left {}
@import url("./green.css");
```
```css
@media all;
@import url("./green.css");
```
```css
@namespace ns {}
@import url("./green.css");
```
This does not :
```css
@property --foo {
inherits: false;
initial-value: 0;
}
@import url("./green.css");
```
------
I am only testing Chrome, not looking at interop at this time.
--
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9175#issuecomment-1672733899 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 10 August 2023 07:49:54 UTC