mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
LibWeb: Allow percentages on CSS transform scale functions
This commit is contained in:
parent
57ea3e160a
commit
c443f80137
9 changed files with 63 additions and 11 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
namespace Web::CSS {
|
||||
|
||||
using TransformValue = Variant<AngleOrCalculated, LengthPercentage, double>;
|
||||
using TransformValue = Variant<AngleOrCalculated, LengthPercentage, NumberPercentage>;
|
||||
|
||||
class Transformation {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue