LibWeb: Support CSS random() function step argument

This commit is contained in:
Callum Law 2025-11-04 15:18:14 +13:00 committed by Sam Atkins
parent 2a5e389f63
commit bad9efac22
Notes: github-actions[bot] 2025-12-01 11:01:59 +00:00
5 changed files with 122 additions and 55 deletions

View file

@ -187,6 +187,11 @@
"name": "maximum",
"type": "<number>|<dimension>|<percentage>",
"required": true
},
{
"name": "step",
"type": "<number>|<dimension>|<percentage>",
"required": false
}
]
},