mirror of
https://github.com/RGBCube/serenity
synced 2025-07-02 23:02:06 +00:00
LibWeb: Add PropertyID::Custom to code generator
This commit is contained in:
parent
9d801d2345
commit
8396099e0e
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ namespace Web::CSS {
|
||||||
|
|
||||||
enum class PropertyID {
|
enum class PropertyID {
|
||||||
Invalid,
|
Invalid,
|
||||||
|
Custom,
|
||||||
)~~~");
|
)~~~");
|
||||||
|
|
||||||
json.value().as_object().for_each_member([&](auto& name, auto& value) {
|
json.value().as_object().for_each_member([&](auto& name, auto& value) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue