mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 23:53:20 +00:00
LibHTML: Add the outline of a CSS stylesheet object graph.
This commit is contained in:
parent
2e2b97dc8a
commit
d99b1a9ea0
Notes:
sideshowbarker
2024-07-19 13:32:39 +09:00
Author: https://github.com/awesomekling
Commit: d99b1a9ea0
11 changed files with 123 additions and 0 deletions
9
LibHTML/CSS/StyleDeclaration.cpp
Normal file
9
LibHTML/CSS/StyleDeclaration.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <LibHTML/CSS/StyleDeclaration.h>
|
||||
|
||||
StyleDeclaration::StyleDeclaration()
|
||||
{
|
||||
}
|
||||
|
||||
StyleDeclaration::~StyleDeclaration()
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue