ladybird/Libraries/LibHTML/CSS/LengthBox.h

11 lines
139 B
C
Raw Normal View History

#pragma once
#include <LibHTML/CSS/Length.h>
struct LengthBox {
Length top;
Length right;
Length bottom;
Length left;
};