mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-02 08:58:36 +00:00
* Add fixture and test * Handle at-property as regular CSS rules in updateCssPlugin * Add changeset entry --------- Co-authored-by: shadcn <m@shadcn.com>
13 lines
259 B
JSON
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"
|
|
}
|
|
}
|
|
}
|