Re: [csswg-drafts] [css-values] Proposal: new `presentational` global value to revert a property to use presentational hints if any, otherwise behave like `revert` (#13213)

Is it correct that your setup looks something like this:

```css
@layer privy {
  #privy-dialog {
    position: absolute;
  }
}

@layer reset {
  * {
    position: relative;
  }
}

/* ... more styles and layers for your project */
```

With all the 3rd party (privy) stuff in earlier layer than your reset?


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


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

Received on Sunday, 25 January 2026 08:13:23 UTC