1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-30 05:42:06 +00:00

LibWeb: Add PropertyID::Custom to code generator

This commit is contained in:
Tobias Christiansen 2021-05-24 22:45:03 +02:00 committed by Linus Groh
parent 9d801d2345
commit 8396099e0e

View file

@ -53,6 +53,7 @@ namespace Web::CSS {
enum class PropertyID {
Invalid,
Custom,
)~~~");
json.value().as_object().for_each_member([&](auto& name, auto& value) {