Files
shadcn-ui/packages/tests/fixtures/registry/example-at-property.json
Haz b83023034a fix(cli): fix add registry item with at-property css rule (#8451)
* Add fixture and test

* Handle at-property as regular CSS rules in updateCssPlugin

* Add changeset entry

---------

Co-authored-by: shadcn <m@shadcn.com>
2025-10-14 17:11:29 +04:00

13 lines
259 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "example-at-property",
"type": "registry:style",
"css": {
"@property --foo": {
"syntax": "'<number>'",
"inherits": "false",
"initial-value": "0"
}
}
}