mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
LibWeb/CSS: Remove Flex as a percentage basis
`<flex-percentage>` is not a thing.
This commit is contained in:
parent
8d3e1b07cd
commit
38b037990b
Notes:
github-actions[bot]
2025-01-24 12:57:04 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/38b037990b8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3348 Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ struct CalculationContext {
|
|||
|
||||
class CalculatedStyleValue : public CSSStyleValue {
|
||||
public:
|
||||
using PercentageBasis = Variant<Empty, Angle, Flex, Frequency, Length, Time>;
|
||||
using PercentageBasis = Variant<Empty, Angle, Frequency, Length, Time>;
|
||||
|
||||
class CalculationResult {
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue