LibWeb/CSS: Remove PropertyID::Invalid

This commit is contained in:
Sam Atkins
2025-09-30 12:40:59 +01:00
committed by Jelle Raaijmakers
parent 56c7d838f0
commit a098b5fcc4
Notes: github-actions[bot] 2025-09-30 13:22:16 +00:00
3 changed files with 0 additions and 4 deletions

View File

@@ -172,7 +172,6 @@ ErrorOr<void> generate_header_file(JsonObject& properties, JsonObject& logical_p
namespace Web::CSS {
enum class PropertyID : @property_id_underlying_type@ {
Invalid,
Custom,
)~~~");