LengthBox.h 139 B

12345678910
  1. #pragma once
  2. #include <LibHTML/CSS/Length.h>
  3. struct LengthBox {
  4. Length top;
  5. Length right;
  6. Length bottom;
  7. Length left;
  8. };