1 #ifndef LH_CSS_POSITION_H
2 #define LH_CSS_POSITION_H
4 #include "css_length.h"
22 css_size(css_length width
, css_length height
) : width(width
), height(height
) {}
25 using size_vector
= std::vector
<css_size
>;
28 #endif // LH_CSS_POSITION_H