mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb/CSS: Remove Flex as a percentage basis
`<flex-percentage>` is not a thing.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
8d3e1b07cd
commit
38b037990b
@@ -31,7 +31,7 @@ struct CalculationContext {
|
|||||||
|
|
||||||
class CalculatedStyleValue : public CSSStyleValue {
|
class CalculatedStyleValue : public CSSStyleValue {
|
||||||
public:
|
public:
|
||||||
using PercentageBasis = Variant<Empty, Angle, Flex, Frequency, Length, Time>;
|
using PercentageBasis = Variant<Empty, Angle, Frequency, Length, Time>;
|
||||||
|
|
||||||
class CalculationResult {
|
class CalculationResult {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user