master-co / css

The CSS Language and Framework
https://css.master.co
MIT License
1.78k stars 41 forks source link

🐞 Property fallback with `|` is invalid #363

Open 1aron opened 3 months ago

1aron commented 3 months ago

Description

Valid

<div class="{paint-order:stroke}">

Invalid

<div class="{paint-order:stroke|fill}">

Reproduction

No response

System Informations

No response