mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
LibHTML: Add a LayoutStyle object (computed style for a LayoutNode.)
This commit is contained in:
parent
fec098b5cd
commit
e3d3e431dc
4 changed files with 59 additions and 0 deletions
|
@ -12,6 +12,7 @@ LIBHTML_OBJS = \
|
|||
Layout/LayoutBlock.o \
|
||||
Layout/LayoutInline.o \
|
||||
Layout/LayoutDocument.o \
|
||||
Layout/LayoutStyle.o \
|
||||
Dump.o
|
||||
|
||||
TEST_OBJS = test.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue