Re: [csswg-drafts] [css-cascade] What is a valid at-rule? Or what is an invalid at-rule? (#9175)

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