mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-27 09:57:30 +02:00
Having one StyleValue for `<number>` and `<integer>` is making user code more complicated than it needs to be. We know based on the property being parsed, whether it wants a `<number>` or an `<integer>`, so we can use separate StyleValue types for these.
262 B
262 B