mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibWeb: Remove FooOrCalculated classes
These are unused since we now store values as `StyleValue`s before used-value time, and as their resolved type (e.g. CSSPixels) after
This commit is contained in:
Notes:
github-actions[bot]
2026-03-30 13:06:19 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/0219eb2ef9e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8676 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -8,7 +8,8 @@
|
||||
|
||||
#include <AK/Variant.h>
|
||||
#include <LibURL/URL.h>
|
||||
#include <LibWeb/CSS/CalculatedOr.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
#include <LibWeb/PixelUnits.h>
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user