csstree / csstree

A tool set for CSS including fast detailed parser, walker, generator and lexer based on W3C specs and browser implementations
https://csstree.github.io/docs/
MIT License
1.85k stars 84 forks source link

passthrough `env()` in lexer syntax matching #245

Open romainmenke opened 1 year ago

romainmenke commented 1 year ago

see : https://w3c.github.io/csswg-drafts/css-env/#env-function

The env() function is much like the var() function. It is allowed everywhere and it is unknown what the final value will be.

romainmenke commented 12 months ago

@lahmatiy friendly ping :)